diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index d2ee8cd8f..e33a45463 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -9,7 +9,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase allow: "chromedriver.storage.googleapis.com", allow_localhost: true ) - + Webdrivers::Chromedriver.required_version = "114.0.5735.90" system_test_driver = ENV["SYSTEM_TEST_DRIVER"]&.to_sym || :headless_chrome driven_by :selenium, using: system_test_driver, screen_size: [1400, 1400] do |driver_option| driver_option.add_preference(