spec/watirspec/elements/text_fields_spec.rb in watir-6.10.2 vs spec/watirspec/elements/text_fields_spec.rb in watir-6.10.3
- old
+ new
@@ -12,10 +12,10 @@
end
end
describe "#length" do
it "returns the number of text fields" do
- expect(browser.text_fields.length).to eq 19
+ expect(browser.text_fields.length).to eq 17
end
end
describe "#[]" do
it "returns the text field at the given index" do