Skip to content

Commit

Permalink
Refs #37825 - Disable search engine choice screen in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Oct 25, 2024
1 parent 216e227 commit 623bb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration_test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 623bb51

Please sign in to comment.