1
0

fix: Add delay
All checks were successful
Remote Deploy / deploy (push) Successful in 3s

This commit is contained in:
2025-09-04 08:01:18 +02:00
parent ec52f462e6
commit b78426fdc9

View File

@@ -115,6 +115,8 @@ async function handleError(page, err) {
await page.waitForNavigation({ waitUntil: 'networkidle2' });
}
await new Promise(r => setTimeout(r, 5000));
const frameHandle = await page.waitForSelector('iframe');
const frame = await frameHandle.contentFrame();