We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436db51 commit b0ffee0Copy full SHA for b0ffee0
rb/spec/integration/selenium/webdriver/bidi_spec.rb
@@ -31,7 +31,7 @@ module WebDriver
31
expect(status.message).not_to be_empty
32
end
33
34
- it 'can navigate and listen to errors', except: {browser: :chrome, reason: 'not yet implemented'} do
+ it 'can navigate and listen to errors', except: {browser: %i[chrome edge], reason: 'not yet implemented'} do
35
log_entry = nil
36
log_inspector = BiDi::LogInspector.new(driver)
37
log_inspector.on_javascript_exception { |log| log_entry = log }
0 commit comments