Skip to content

Commit ce6a156

Browse files
committed
Update tests
1 parent 1b1bc76 commit ce6a156

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rb/spec/integration/selenium/webdriver/network_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,7 @@ module WebDriver
280280
end
281281
end
282282

283-
it 'removes a response handler',
284-
except: { browser: :firefox,
285-
reason: 'https://github.com/w3c/webdriver-bidi/issues/747' } do
283+
it 'removes a response handler' do
286284
reset_driver!(web_socket_url: true) do |driver|
287285
network = described_class.new(driver)
288286
id = network.add_response_handler(&:continue)

0 commit comments

Comments
 (0)