Skip to content
Snippets Groups Projects
Verified Commit 8aa91988 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip web tests

parent f6d4128d
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,10 @@ if (!config.browser) { ...@@ -38,7 +38,10 @@ if (!config.browser) {
'--no-sandbox', '--no-sandbox',
'--disable-setuid-sandbox', '--disable-setuid-sandbox',
'--user-data-dir=/tmp', '--user-data-dir=/tmp',
'--enable-logging=stderr' '--enable-logging=stderr',
'--disable-web-security',
'--disable-features=IsolateOrigins',
'--disable-site-isolation-trials'
], ],
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36', userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment