Playwright #76
Annotations
6 errors, 3 warnings, and 1 notice
apps/nextjs/tests-e2e/config/ui-auth.setup.ts#L1
1) [auth-setup] › config/ui-auth.setup.ts:***2:6 › authenticate through UI setup ───────────────────
Test timeout of ***0000ms exceeded.
|
apps/nextjs/tests-e2e/config/ui-auth.setup.ts#L48
1) [auth-setup] › config/ui-auth.setup.ts:***2:6 › authenticate through UI setup ───────────────────
Error: page.waitForURL: Test timeout of ***0000ms exceeded.
=========================== logs ===========================
waiting for navigation to "https://oak-ai-lesson-assistant-fvjbs8g29.vercel-preview.thenational.academy" until "load"
============================================================
46 | await signInThroughUI(page);
47 |
> 48 | await page.waitForURL(TEST_BASE_URL);
| ^
49 |
50 | await page.context().storageState({ path: authFile });
51 | });
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/config/ui-auth.setup.ts:48:14
|
|
|
|
|
|
apps/nextjs/[auth-setup] › config/ui-auth.setup.ts#L1
apps/nextjs/[auth-setup] › config/ui-auth.setup.ts took ***0.***s
|
|
|
This job failed
Loading