Skip to content
Snippets Groups Projects
Commit ec630661 authored by François Grand's avatar François Grand
Browse files

chore(e2e): add whitelisted-ips option to ChromeDriver

refs #618
parent c7ebff30
No related branches found
No related tags found
No related merge requests found
Pipeline #140359 canceled
......@@ -130,7 +130,7 @@ export const config: Options.Testrunner = {
services: [
['chromedriver',
{
args: ["--verbose"]
args: ["--verbose --whitelisted-ips="]
}
]
],
......
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