Skip to content

Commit cb1ef98

Browse files
committed
All network tests working
1 parent 5012c85 commit cb1ef98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
module Selenium
2626
module WebDriver
2727
class BiDi
28-
describe Network, only: { browser: %i[chrome edge firefox] } do
28+
describe Network, exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
29+
only: {browser: %i[chrome edge firefox]} do
2930

3031
it 'adds an intercept' do
3132
reset_driver!(web_socket_url: true) do |driver|

0 commit comments

Comments
 (0)