Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 6ebb428 commit 0bf09ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
config.before(:all) { Webdrivers.install_dir = 'webdrivers_bin' }

if OS.windows?
Selenium::WebDriver::Chrome.path = ENV['WD_CHROME_PATH'] # set by 'browser-actions/setup-chrome' step in CI
# Set by 'browser-actions/setup-chrome' step in CI
Selenium::WebDriver::Chrome.path = ENV.fetch('WD_CHROME_PATH', nil)
end

#
Expand Down

0 comments on commit 0bf09ca

Please sign in to comment.