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

fix: wip web tests

parent f098bc48
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ if (!config.browser) { ...@@ -50,7 +50,7 @@ if (!config.browser) {
console.log('Running tests...'); console.log('Running tests...');
await page.waitForFunction('document.getElementById("mocha-done").textContent.length > 0', await page.waitForFunction('document.getElementById("mocha-done").textContent.length > 0',
{ timeout: 100000 } { timeout: 10000000 }
) ; ) ;
const passes = await page.evaluate(() => document.getElementById('mocha-stats').querySelector('li.passes').textContent); const passes = await page.evaluate(() => document.getElementById('mocha-stats').querySelector('li.passes').textContent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment