spec/watirspec/elements/text_fields_spec.rb in watir-6.14.0 vs spec/watirspec/elements/text_fields_spec.rb in watir-6.15.0

- old
+ new

@@ -11,10 +11,10 @@ end end describe '#length' do it 'returns the number of text fields' do - expect(browser.text_fields.length).to eq 18 + expect(browser.text_fields.length).to eq 19 end end describe '#[]' do it 'returns the text field at the given index' do