spec/watirspec/elements/text_fields_spec.rb in watir-6.11.0 vs spec/watirspec/elements/text_fields_spec.rb in watir-6.12.0

- 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 17 + expect(browser.text_fields.length).to eq 18 end end describe "#[]" do it "returns the text field at the given index" do