Skip to content

Commit

Permalink
[rb] Add missing verification in timeout_spec.rb (SeleniumHQ#7287)
Browse files Browse the repository at this point in the history
* Add verification in 'should implicitly wait for a single element'
  • Loading branch information
RustyNail authored and twalpole committed Jun 14, 2019
1 parent 6601589 commit 3d119e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/timeout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module WebDriver
driver.manage.timeouts.implicit_wait = 6

driver.find_element(id: 'adder').click
driver.find_element(id: 'box0')
expect { driver.find_element(id: 'box0') }.not_to raise_error
end

it 'should still fail to find an element with implicit waits enabled' do
Expand Down

0 comments on commit 3d119e1

Please sign in to comment.