Skip to content

Commit 4252b00

Browse files
committed
fix bug with test
1 parent 6430a7a commit 4252b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: rb/spec/integration/selenium/webdriver/bidi/script_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ module WebDriver
6161

6262
driver.find_element(id: 'jsException').click
6363
driver.find_element(id: 'consoleLog').click
64-
driver.find_element(id: 'consoleLog').click
6564

6665
wait.until { log_entries.size > 1 }
6766
expect(log_entries.size).to eq(2)

0 commit comments

Comments
 (0)