diff --git a/test/integration_test_helper.rb b/test/integration_test_helper.rb index 33011320219..bb0b5321a40 100644 --- a/test/integration_test_helper.rb +++ b/test/integration_test_helper.rb @@ -26,6 +26,7 @@ def chrome_options options = Selenium::WebDriver::Chrome::Options.new options.args << '--window-size=1024,768' + options.args << '--disable-search-engine-choice-screen' options.args += ENV.fetch('ADDITIONAL_CHROME_OPTIONS', '').split(';') options end