Skip to content

Commit

Permalink
Revert "Fix selenium-webdriver version to avoid bug"
Browse files Browse the repository at this point in the history
This reverts commit f468994.

After the release of capybara 3.39.1 with a fix for the issue for the
newest selenium-webdriver release, there's no longer the need to lock
the later.

See:

- teamcapybara/capybara#2667
- teamcapybara/capybara#2666
- SeleniumHQ/selenium#12005
  • Loading branch information
waiting-for-dev committed May 22, 2023
1 parent 698fb2c commit e1356d9
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', '4.9.0', require: false
gem 'selenium-webdriver', require: false
gem 'webdrivers', require: false

# JavaScript testing
Expand Down

0 comments on commit e1356d9

Please sign in to comment.