Skip to content

Commit

Permalink
Merge pull request #43270 from ceritium/selenium-webdriver-4
Browse files Browse the repository at this point in the history
Requires selenium-webdriver 4.0.0 on ruby >= 3.0.0
  • Loading branch information
rafaelfranca committed Sep 20, 2021
1 parent 25fd773 commit b06a6a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
gem 'selenium-webdriver', '>= 4.0.0.rc1'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
end
Expand Down

0 comments on commit b06a6a9

Please sign in to comment.