Skip to content

Commit

Permalink
Merge pull request #2337 from sul-dlss/chromedriver
Browse files Browse the repository at this point in the history
Pin required chromedriver version to v114
  • Loading branch information
thatbudakguy authored Jul 28, 2023
2 parents 94894d9 + be5616e commit ca281fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

require 'selenium-webdriver'

# I think this line can be removed when selenium 4.11 is released
# See https://github.com/titusfortner/webdrivers/issues/247#issuecomment-1648154088
Webdrivers::Chromedriver.required_version = '114.0.5735.90'

Capybara.javascript_driver = :selenium_chrome_headless

# Requires supporting ruby files with custom matchers and macros, etc, in
Expand Down

0 comments on commit ca281fc

Please sign in to comment.