Skip to content

Commit 748e9fe

Browse files
committed
Linting ruby tests chrome_spec.rb
1 parent c835c61 commit 748e9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ruby/spec/browsers/chrome_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
options = Selenium::WebDriver::Options.chrome
3737

3838
options.add_extension(extension_file_path)
39-
options.add_argument('--disable-features=DisableLoadExtensionCommandLineSwitch');
39+
options.add_argument('--disable-features=DisableLoadExtensionCommandLineSwitch')
4040

4141
@driver = Selenium::WebDriver.for :chrome, options: options
4242
@driver.get('https://www.selenium.dev/selenium/web/blank.html')

0 commit comments

Comments
 (0)