Skip to content

Commit 03ac8c0

Browse files
committed
Remove missing guards
1 parent e85fcd3 commit 03ac8c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
module Selenium
2323
module WebDriver
2424
class BiDi
25-
describe BrowsingContext do
25+
describe BrowsingContext, exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
26+
only: {browser: %i[chrome edge firefox]} do
2627
after { |example| reset_driver!(example: example) }
2728

2829
let(:bridge) { driver.instance_variable_get(:@bridge) }

0 commit comments

Comments
 (0)