We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b593f commit 1b1bc76Copy full SHA for 1b1bc76
rb/spec/integration/selenium/webdriver/network_spec.rb
@@ -292,9 +292,7 @@ module WebDriver
292
end
293
294
295
- it 'clears all response handlers',
296
- except: { browser: :firefox,
297
- reason: 'https://github.com/w3c/webdriver-bidi/issues/747' } do
+ it 'clears all response handlers' do
298
reset_driver!(web_socket_url: true) do |driver|
299
network = described_class.new(driver)
300
2.times { network.add_response_handler(&:continue) }
0 commit comments