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

fix: wip web tests

parent 60b97ef2
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ if (!config.browser) {
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36',
waitUntil: 'load',
timeout: 0,
protocolTimeout: 0
protocolTimeout: 0,
dumpio: true
});
const page = await browser.newPage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment