Merge pull request #43270 from ceritium/selenium-webdriver-4

Requires selenium-webdriver 4.0.0 on ruby >= 3.0.0
This commit is contained in:
Rafael França 2021-09-20 17:05:36 -04:00 committed by GitHub
commit 1d986fda85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara", ">= 3.26"
gem "selenium-webdriver"
gem "selenium-webdriver", ">= 4.0.0.rc1"
gem "webdrivers"
end
<%- end -%>
<%- end -%>