Maintenance: Ensure Chrome requests en-US translated UI in Capybara context.
This commit is contained in:
parent
518230e6cf
commit
2161d624f2
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@ Capybara.register_driver(:zammad_chrome) do |app|
|
|||
loggingPrefs: {
|
||||
browser: 'ALL'
|
||||
},
|
||||
chromeOptions: {
|
||||
prefs: {
|
||||
'intl.accept_languages' => 'en-US'
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Reference in a new issue