spec/watirspec/elements/element_spec.rb in watir-6.8.2 vs spec/watirspec/elements/element_spec.rb in watir-6.8.3

- old
+ new

@@ -96,10 +96,10 @@ it "finds several elements by xpath" do expect(browser.elements(xpath: "//a").length).to eq 1 end - it "finds finds several elements by arbitrary attribute" do + it "finds several elements by arbitrary attribute" do expect(browser.elements(id: /^new_user/).length).to eq 33 end it "finds an element from an element's subtree" do expect(browser.fieldset.element(id: "first_label")).to exist