Skip to content

Commit

Permalink
Fix chromdriver verison
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Jul 28, 2023
1 parent e860556 commit 3635184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
end

require 'capybara/rspec'
# Temporarily fix chromedriver version, as newer versions are not accessible from the original
# download path. We could revisit this when we are on ruby 3 and there may be appropriate
# versions of selenium available
require "webdrivers"
Webdrivers::Chromedriver.required_version = '114.0.5735.90'
require 'webmock/rspec'
require 'shoulda/matchers'
Shoulda::Matchers.configure do |config|
Expand Down

0 comments on commit 3635184

Please sign in to comment.