Skip to content

Commit

Permalink
Update application_system_test_case.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthillson committed Oct 3, 2024
1 parent 12fe3a6 commit dcd81b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dcd81b7

Please sign in to comment.