Playwright #11
Annotations
4 errors, 3 warnings, and 1 notice
apps/nextjs/tests-e2e/tests/aila-chat.test.ts#L1
1) [authenticated] › tests/aila-chat.test.ts:61:7 › Authenticated › Full aila flow › Iterate through the lesson plan
Test timeout of ***75000ms exceeded.
|
apps/nextjs/tests-e2e/tests/aila-chat.test.ts#L84
1) [authenticated] › tests/aila-chat.test.ts:61:7 › Authenticated › Full aila flow › Iterate through the lesson plan
Error: page.waitForURL: Test timeout of ***75000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
82 |
8*** | await test.step("Iterate through the lesson plan", async () => {
> 84 | await page.waitForURL(/\/aila\/.+/);
| ^
85 | await waitForGeneration(page);
86 |
87 | for (let i = 0; i < 12; i++) {
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/aila-chat.test.ts:84:18
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/aila-chat.test.ts:8***:16
|
|
|
|
apps/nextjs/[authenticated] › tests/aila-chat.test.ts#L1
apps/nextjs/[authenticated] › tests/aila-chat.test.ts took 6.***m
|
|
|
This job failed
Loading