Skip to content
Snippets Groups Projects
Commit 30f3d6b0 authored by mathias.chouet's avatar mathias.chouet
Browse files

Protractor: force lang=fr-FR

parent 5c49862c
No related branches found
No related tags found
No related merge requests found
Pipeline #138344 failed
......@@ -34,7 +34,12 @@ exports.config = {
capabilities: {
browserName: 'chrome',
chromeOptions: {
args: [ "--no-sandbox", "--headless", "--window-size=1024x768" ],
args: [
"--no-sandbox",
"--headless",
"--window-size=1024x768",
"lang=fr-FR"
],
prefs: {
download: {
prompt_for_download: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment