mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-09 16:03:06 +00:00
test: add ThingTranslateService to app testbed
This commit is contained in:
@@ -11,7 +11,12 @@ exports.config = {
|
||||
capabilities: {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
args: ['--no-sandbox', "--headless", "--disable-gpu", "--window-size=800x600"]
|
||||
args: ['--no-sandbox', '--headless', '--disable-gpu', '--window-size=800,600', '--lang=de-DE'],
|
||||
prefs: {
|
||||
intl: {
|
||||
'accept_languages': 'de-DE'
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
directConnect: false,
|
||||
|
||||
Reference in New Issue
Block a user