This commit is contained in:
d-kimsuon
2025-10-26 18:46:08 +09:00
parent 343096b82e
commit 27da712d90
3 changed files with 18 additions and 10 deletions

View File

@@ -34,13 +34,13 @@ export const defineCapture = (options: {
await page.goto(href);
await page.waitForLoadState("domcontentloaded");
await page.waitForTimeout(1000);
await page.waitForTimeout(2000);
if (testCase) {
await testCase.setup(page);
}
await page.waitForTimeout(1000);
await page.waitForTimeout(2000);
const picturePath = testCase
? resolve(