X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..33ea119c8f520a7e679e38b569c202976907a501:/test/application_system_test_case.rb diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 18d5ec2f7..9abc7aa70 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -4,6 +4,8 @@ require "capybara/poltergeist" WebMock.disable_net_connect!(:allow_localhost => true) class ApplicationSystemTestCase < ActionDispatch::SystemTestCase + ActionDispatch::SystemTesting::Server.silence_puma = true + driven_by :poltergeist, :screen_size => [1400, 1400] def initialize(*args)