Skip to content

Commit

Permalink
Modifies rails_helper to use required_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Nov 9, 2023
1 parent 4032250 commit b4c7c98
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 b4c7c98

Please sign in to comment.