From: Tom Hughes Date: Wed, 28 Mar 2018 16:23:21 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/1795' X-Git-Tag: live~3126 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/475e40d21594ac67116c106036cd7e463b1d3509?hp=2852ac3e4a6d5026f26872beb395e7be110e7d76 Merge remote-tracking branch 'upstream/pull/1795' --- 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)