Playwright #1899
Annotations
3 errors, 7 warnings, and 1 notice
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests
Process completed with exit code 1.
|
Setup Node 20
Failed to restore: Cache service responded with 403
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
apps/nextjs/[No persona] › tests/modifiy-lesson.test.ts#L1
apps/nextjs/[No persona] › tests/modifiy-lesson.test.ts took 29.1s
|
Run Playwright tests:
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
|
Run Playwright tests:
apps/nextjs/[No persona] › tests/banned-users.test.ts#L1
apps/nextjs/[No persona] › tests/banned-users.test.ts took 19.9s
|
Inject Doppler env vars
Can't add secret mask for empty string in ##[add-mask] command.
|
Run Playwright tests
1 failed
[Common persona] › tests/sidebar.test.ts:7:5 › Loading a lesson from the sidebar ───────────────
1 skipped
14 passed (2.***m)
|
Loading