Skip to content

Commit

Permalink
Merge pull request #1114 from uclibs/#1072_WebDrivers
Browse files Browse the repository at this point in the history
Modifies rails_helper to use required_version.
  • Loading branch information
Janell-Huyck authored Nov 9, 2023
2 parents 4c6ff0b + b4c7c98 commit 2a4b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def ci_build?

# pin chromedriver version so capybara tests pass

Webdrivers::Chromedriver.version = '72.0.3626.69'
Webdrivers::Chromedriver.required_version = '72.0.3626.69'

unless ENV['SKIP_MALEFICENT']
# See https://github.com/jeremyf/capybara-maleficent
Expand Down

0 comments on commit 2a4b3e7

Please sign in to comment.