Skip to content

Commit

Permalink
Specified version for chromedriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuckey-uoe committed Oct 6, 2023
1 parent c5a0fd3 commit b823085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

require 'webdrivers/chromedriver'

Webdrivers::Chromedriver.required_version = '114.0.5735.90'

# Cache for one hour
Webdrivers.cache_time = 3600

Expand Down

0 comments on commit b823085

Please sign in to comment.