mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-02 13:14:22 +01:00
fix vrt
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user