Skip to content

Commit

Permalink
fix bug with test
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 5, 2024
1 parent 6430a7a commit 4252b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rb/spec/integration/selenium/webdriver/bidi/script_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ module WebDriver

driver.find_element(id: 'jsException').click
driver.find_element(id: 'consoleLog').click
driver.find_element(id: 'consoleLog').click

wait.until { log_entries.size > 1 }
expect(log_entries.size).to eq(2)
Expand Down

0 comments on commit 4252b00

Please sign in to comment.