We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6430a7a commit 4252b00Copy full SHA for 4252b00
rb/spec/integration/selenium/webdriver/bidi/script_spec.rb
@@ -61,7 +61,6 @@ module WebDriver
61
62
driver.find_element(id: 'jsException').click
63
driver.find_element(id: 'consoleLog').click
64
- driver.find_element(id: 'consoleLog').click
65
66
wait.until { log_entries.size > 1 }
67
expect(log_entries.size).to eq(2)
0 commit comments