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 1b1bc76 commit ce6a156Copy full SHA for ce6a156
rb/spec/integration/selenium/webdriver/network_spec.rb
@@ -280,9 +280,7 @@ module WebDriver
280
end
281
282
283
- it 'removes a response handler',
284
- except: { browser: :firefox,
285
- reason: 'https://github.com/w3c/webdriver-bidi/issues/747' } do
+ it 'removes a response handler' do
286
reset_driver!(web_socket_url: true) do |driver|
287
network = described_class.new(driver)
288
id = network.add_response_handler(&:continue)
0 commit comments