diff --git a/.github/actions-scripts/puppeteer.js b/.github/actions-scripts/puppeteer.js index 7b65036..d18be7e 100644 --- a/.github/actions-scripts/puppeteer.js +++ b/.github/actions-scripts/puppeteer.js @@ -31,6 +31,7 @@ async function test() { waitUntil: 'networkidle2', }); await page.setViewport({ width: 640, height: 1000 }); + await page.waitForTimeout(500); // Wait for resize to complete await page.click('label[for="choices-single-custom-templates"]'); await page.keyboard.press('ArrowDown'); await page.keyboard.press('ArrowDown');