Skip to content

Commit

Permalink
Fix selenium-webdriver version to avoid bug
Browse files Browse the repository at this point in the history
As a temporary workaround, we're fixing selenium-webdriver to v4.9.0 to
avoid being hit by SeleniumHQ/selenium#12005.

[skip ci]
  • Loading branch information
waiting-for-dev committed May 9, 2023
1 parent 4e8f6cb commit f468994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'factory_bot_rails', '>= 4.8', require: false
group :backend do
gem 'capybara', '~> 3.13', require: false
gem 'capybara-screenshot', '>= 1.0.18', require: false
gem 'selenium-webdriver', require: false
gem 'selenium-webdriver', '4.9.0', require: false
gem 'webdrivers', require: false

# JavaScript testing
Expand Down

0 comments on commit f468994

Please sign in to comment.