Skip to content

Commit 67b16b9

Browse files
committed
fix linting
1 parent 5ecd9fc commit 67b16b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rb/spec/integration/selenium/webdriver/chrome/options_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ module Chrome
6262
driver.quit
6363
end
6464

65-
it 'enables BiDi on initialization', exclusive: {bidi: true, reason: 'bazel does not have dependencies otherwise'} do
65+
it 'enables BiDi on initialization',
66+
exclusive: {bidi: true, reason: 'bazel does not have dependencies otherwise'} do
6667
quit_driver
6768

6869
options = Selenium::WebDriver::Options.chrome(bidi: true)

rb/spec/integration/selenium/webdriver/edge/options_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ module Edge
6262
driver.quit
6363
end
6464

65-
it 'enables BiDi on initialization', exclusive: {bidi: true, reason: 'bazel does not have dependencies otherwise'} do
65+
it 'enables BiDi on initialization',
66+
exclusive: {bidi: true, reason: 'bazel does not have dependencies otherwise'} do
6667
quit_driver
6768

6869
options = Selenium::WebDriver::Options.edge(bidi: true)

0 commit comments

Comments
 (0)