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

fix: wip web tests

parent 4df8ee05
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if (!config.browser) {
console.log('Loading page... '+fileUrl);
await page.goto(fileUrl);
await page.goto(fileUrl, {waitUntil: 'load', timeout: 0});
const title = await page.title();
console.log('Page title:', title);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment