Skip to content

Commit dfcc8aa

Browse files
committed
Fix BiDi execution in beta chrome
1 parent 8978bce commit dfcc8aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/integration/selenium/webdriver/bidi_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
module Selenium
2323
module WebDriver
24-
describe BiDi, exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
24+
describe BiDi, exclude: {version: '138.0.7204.23'},
25+
exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
2526
only: {browser: %i[chrome edge firefox]} do
2627
after { |example| reset_driver!(example: example) }
2728

0 commit comments

Comments
 (0)