Merge pull request 'fix: landing variant tests timeout (networkidle → domcontentloaded)' (#167) from fix/landing-test-networkidle into master
Reviewed-on: https://codeberg.org/johba/harb/pulls/167
This commit is contained in:
commit
cd71872fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ for (const persona of personas) {
|
|||
|
||||
// Navigate to variant
|
||||
await page.goto(variant.url);
|
||||
await page.waitForLoadState('networkidle');
|
||||
await page.waitForLoadState('domcontentloaded');
|
||||
await page.waitForTimeout(1000); // Let animations settle
|
||||
|
||||
// Take screenshot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue