diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index ba34155..81ba0a1 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -3,7 +3,7 @@ require 'test_helper' class ApplicationSystemTestCase < ActionDispatch::SystemTestCase - driven_by :selenium, using: :chrome, screen_size: [1400, 1400], options: { + driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400], options: { browser: :remote, url: "http://#{ENV.fetch('SELENIUM_SERVER')}:4444" }