3 ENV.delete("http_proxy")
5 ActiveSupport.on_load(:action_dispatch_system_test_case) do
6 ActionDispatch::SystemTesting::Server.silence_puma = true
9 class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
10 driven_by :selenium, :using => :headless_firefox do |options|
11 options.add_preference("intl.accept_languages", "en")