diff --git a/actiontext/test/application_system_test_case.rb b/actiontext/test/application_system_test_case.rb index a24f473598c5b..87fab5929d18a 100644 --- a/actiontext/test/application_system_test_case.rb +++ b/actiontext/test/application_system_test_case.rb @@ -3,7 +3,9 @@ require "test_helper" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase - driven_by :selenium, using: :headless_chrome + driven_by :selenium, using: :headless_chrome do |driver_option| + driver_option.add_argument("--no-sandbox") + end end Capybara.server = :puma, { Silent: true }