Skip to content

Commit

Permalink
Replaced setup with required_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuckey-uoe committed Oct 6, 2023
1 parent cc9c893 commit 856e04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
chrome_driver_version = '114.0.5735.90'

# set the chrome-driver version
Selenium::WebDriver::Chrome.driver_path = Webdrivers::Chromedriver.setup(chrome_driver_version)
Webdrivers::Chromedriver.required_version = chrome_driver_version

# Cache for one hour
Webdrivers.cache_time = 3600
Expand Down

0 comments on commit 856e04f

Please sign in to comment.