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 cba0c7e commit 9224baf
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 @@ -58,7 +58,7 @@ 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 9224baf

Please sign in to comment.