Skip to content

Commit

Permalink
Merge pull request #5082 from nebulab/waiting-for-dev/revert_ci_fix
Browse files Browse the repository at this point in the history
Revert "Fix selenium-webdriver version to avoid bug"
  • Loading branch information
waiting-for-dev authored May 23, 2023
2 parents 698fb2c + e1356d9 commit 8438947
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 8438947

Please sign in to comment.