diff --git a/spec/support/capybara/selenium_driver.rb b/spec/support/capybara/selenium_driver.rb index 9c91013a0..e6a1a51ee 100644 --- a/spec/support/capybara/selenium_driver.rb +++ b/spec/support/capybara/selenium_driver.rb @@ -6,9 +6,14 @@ Capybara.register_driver(:zammad_chrome) do |app| # Turn on browser logs capabilities = Selenium::WebDriver::Remote::Capabilities.chrome( - loggingPrefs: { + loggingPrefs: { browser: 'ALL' }, + chromeOptions: { + prefs: { + 'intl.accept_languages' => 'en-US' + }, + }, ) options = {