update deps #88
ci.yml
on: pull_request
unit_tests
56s
lint
47s
e2e_tests
2m 8s
report_coverage
6s
Annotations
5 errors, 4 warnings, and 1 notice
|
e2e_tests
Process completed with exit code 1.
|
|
[chromium] › src/e2e/join.spec.ts:59:7 › join › should NOT be able to register when blurring past email:
src/e2e/join.spec.ts#L26
2) [chromium] › src/e2e/join.spec.ts:59:7 › join › should NOT be able to register when blurring past email
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#__next').getByRole('alert')
Expected: 1
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#__next').getByRole('alert')
9 × locator resolved to 0 elements
- unexpected value "0"
24 | ) => {
25 | const alerts = page.locator('#__next').getByRole('alert');
> 26 | await expect(alerts).toHaveCount(numberOfErrors);
| ^
27 | await expect(alerts.first()).toContainText(errorMessage);
28 | };
29 |
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:26:24)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:63:11
|
|
[chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards:
src/e2e/podcast.spec.ts#L6
1) [chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('h1')
Expected: "Podcast"
Received: "500!"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('h1')
8 × locator resolved to <h1 class="text-6xl text-white">500!</h1>
- unexpected value "500!"
4 | test.beforeEach(async ({ page }) => {
5 | await page.goto('/podcast');
> 6 | await expect(page.locator('h1')).toHaveText('Podcast');
| ^
7 | });
8 |
9 | test('renders many podcast cards', async ({ page }) => {
at /home/runner/work/front-end/front-end/src/e2e/podcast.spec.ts:6:38
|
|
[chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards:
src/e2e/podcast.spec.ts#L6
1) [chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('h1')
Expected: "Podcast"
Received: "500!"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('h1')
9 × locator resolved to <h1 class="text-6xl text-white">500!</h1>
- unexpected value "500!"
4 | test.beforeEach(async ({ page }) => {
5 | await page.goto('/podcast');
> 6 | await expect(page.locator('h1')).toHaveText('Podcast');
| ^
7 | });
8 |
9 | test('renders many podcast cards', async ({ page }) => {
at /home/runner/work/front-end/front-end/src/e2e/podcast.spec.ts:6:38
|
|
[chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards:
src/e2e/podcast.spec.ts#L6
1) [chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards ───────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('h1')
Expected: "Podcast"
Received: "500!"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('h1')
8 × locator resolved to <h1 class="text-6xl text-white">500!</h1>
- unexpected value "500!"
4 | test.beforeEach(async ({ page }) => {
5 | await page.goto('/podcast');
> 6 | await expect(page.locator('h1')).toHaveText('Podcast');
| ^
7 | });
8 |
9 | test('renders many podcast cards', async ({ page }) => {
at /home/runner/work/front-end/front-end/src/e2e/podcast.spec.ts:6:38
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
unit_tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
report_coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e_tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@v7, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards ────────────────
1 flaky
[chromium] › src/e2e/join.spec.ts:59:7 › join › should NOT be able to register when blurring past email
3 skipped
21 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
1.59 MB |
sha256:df66ba87ebfb032fe1f5498fa5e71a02541592481d995512345107fef47cc23e
|
|
|
vitest-coverage
|
63.4 KB |
sha256:319090949d6e11268d99219c3b2edb9c697df60d812f05b49f79c397f4342b95
|
|