spec/watirspec/elements/radios_spec.rb in watir-6.7.3 vs spec/watirspec/elements/radios_spec.rb in watir-6.8.0

- old
+ new

@@ -12,10 +12,10 @@ end end describe "#length" do it "returns the number of radios" do - expect(browser.radios.length).to eq 6 + expect(browser.radios.length).to eq 7 end end describe "#[]" do it "returns the radio button at the given index" do