spec/watirspec/elements/divs_spec.rb in watir-6.9.1 vs spec/watirspec/elements/divs_spec.rb in watir-6.10.0

- old
+ new

@@ -12,10 +12,10 @@ end end describe "#length" do it "returns the number of divs" do - expect(browser.divs.length).to eq 14 + expect(browser.divs.length).to eq 16 end end describe "#[]" do it "returns the div at the given index" do