Playwright #1899
Triggered via deployment status
November 21, 2024 11:10
vercel[bot]
created
af1e19e
Status
Failure
Total duration
3m 58s
Artifacts
–
Annotations
3 errors, 7 warnings, and 1 notice
[Common persona] › tests/sidebar.test.ts:7:5 › Loading a lesson from the sidebar:
apps/nextjs/tests-e2e/tests/sidebar.test.ts#L20
1) [Common persona] › tests/sidebar.test.ts:7:5 › Loading a lesson from the sidebar › Select a lesson
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('sidebar')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('sidebar')
18 | await page.getByTestId("sidebar-button").click();
19 | const sidebar = page.getByTestId("sidebar");
> 20 | await expect(sidebar).toBeVisible();
| ^
21 | await sidebar.getByText("Software Testing Techniques").click();
22 | });
2*** |
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/sidebar.test.ts:20:29
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/sidebar.test.ts:17:5
|
[Common persona] › tests/sidebar.test.ts:7:5 › Loading a lesson from the sidebar:
apps/nextjs/tests-e2e/tests/sidebar.test.ts#L20
1) [Common persona] › tests/sidebar.test.ts:7:5 › Loading a lesson from the sidebar › Select a lesson
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('sidebar')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('sidebar')
18 | await page.getByTestId("sidebar-button").click();
19 | const sidebar = page.getByTestId("sidebar");
> 20 | await expect(sidebar).toBeVisible();
| ^
21 | await sidebar.getByText("Software Testing Techniques").click();
22 | });
2*** |
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/sidebar.test.ts:20:29
at /home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs/tests-e2e/tests/sidebar.test.ts:17:5
|
test-e2e
Process completed with exit code 1.
|
test-e2e
Failed to restore: Cache service responded with 403
|
Slow Test:
apps/nextjs/[Common persona] › tests/aila-chat/full-romans.test.ts#L1
apps/nextjs/[Common persona] › tests/aila-chat/full-romans.test.ts took 1.***m
|
Slow Test:
apps/nextjs/[Common persona - mobile] › tests/aila-chat/full-romans.mobile.test.ts#L1
apps/nextjs/[Common persona - mobile] › tests/aila-chat/full-romans.mobile.test.ts took 50.1s
|
Slow Test:
apps/nextjs/[No persona] › tests/modifiy-lesson.test.ts#L1
apps/nextjs/[No persona] › tests/modifiy-lesson.test.ts took 29.1s
|
Slow Test:
apps/nextjs/[No persona] › tests/aila-chat/rate-limiting.test.ts#L1
apps/nextjs/[No persona] › tests/aila-chat/rate-limiting.test.ts took 21.5s
|
Slow Test:
apps/nextjs/[No persona] › tests/banned-users.test.ts#L1
apps/nextjs/[No persona] › tests/banned-users.test.ts took 19.9s
|
test-e2e
Can't add secret mask for empty string in ##[add-mask] command.
|
🎭 Playwright Run Summary
1 failed
[Common persona] › tests/sidebar.test.ts:7:5 › Loading a lesson from the sidebar ───────────────
1 skipped
14 passed (2.***m)
|