test: add i18n to cli-hello-world integration test (#23527)
PR Close #23527
This commit is contained in:

committed by
Igor Minar

parent
2e5457c824
commit
3e92b22258
@ -9,8 +9,9 @@ exports.config = {
|
||||
'./e2e/**/*.e2e-spec.ts'
|
||||
],
|
||||
capabilities: {
|
||||
'browserName': 'chrome',
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
binary: process.env.CHROME_BIN,
|
||||
args: ['--no-sandbox']
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user