Skip to content

Commit 1328661

Browse files
committed
[rb] only run bidi tests if web_socket_url is set via environment variable
1 parent 16d3905 commit 1328661

File tree

6 files changed

+175
-203
lines changed

6 files changed

+175
-203
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
module Selenium
2323
module WebDriver
2424
class BiDi
25-
describe BrowsingContext, only: {browser: %i[chrome edge firefox]} do
26-
before { reset_driver!(web_socket_url: true) }
27-
after { quit_driver }
25+
describe BrowsingContext, exclusive: {bidi: true}, only: {browser: %i[chrome edge firefox]} do
26+
after { reset_driver! }
2827

2928
it 'can create a browsing context for given id' do
3029
id = driver.window_handle

0 commit comments

Comments
 (0)