Skip to content

Commit

Permalink
Remove guard
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Feb 18, 2025
1 parent a5b593f commit 1b1bc76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rb/spec/integration/selenium/webdriver/network_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ module WebDriver
end
end

it 'clears all response handlers',
except: { browser: :firefox,
reason: 'https://github.com/w3c/webdriver-bidi/issues/747' } do
it 'clears all response handlers' do
reset_driver!(web_socket_url: true) do |driver|
network = described_class.new(driver)
2.times { network.add_response_handler(&:continue) }
Expand Down

0 comments on commit 1b1bc76

Please sign in to comment.