summaryrefslogtreecommitdiffstats
path: root/test/application_system_test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/application_system_test_case.rb')
-rw-r--r--test/application_system_test_case.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
index 2a41db11d..9e2722fb5 100644
--- a/test/application_system_test_case.rb
+++ b/test/application_system_test_case.rb
@@ -33,8 +33,6 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
if ENV['SELENIUM_REMOTE_URL']
options[:url] = ENV['SELENIUM_REMOTE_URL']
options[:browser] = :remote
- elsif Gem.ruby_version < Gem::Version.new('3.0')
- require 'webdrivers/chromedriver'
end
# Allow running tests using a remote Selenium hub