Bump vite from 7.2.2 to 7.3.2 #86
ci.yml
on: pull_request
unit_tests
1m 3s
lint
46s
e2e_tests
3m 45s
report_coverage
8s
Annotations
10 errors, 4 warnings, and 1 notice
|
[chromium] › src/e2e/podcast.spec.ts:9:7 › podcast › renders many podcast cards:
src/e2e/podcast.spec.ts#L6
4) [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
|
|
[chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers:
src/e2e/join.spec.ts#L427
3) [chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
425 | await getCheckbox(page, /Slack Community Guidelines/).check();
426 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
> 427 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
428 |
429 | // Step 1: Professional Details
430 | await page.getByLabel('Employment Status*').fill('Full-Time');
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:427:16
|
|
[chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers:
src/e2e/join.spec.ts#L427
3) [chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
425 | await getCheckbox(page, /Slack Community Guidelines/).check();
426 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
> 427 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
428 |
429 | // Step 1: Professional Details
430 | await page.getByLabel('Employment Status*').fill('Full-Time');
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:427:16
|
|
[chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers:
src/e2e/join.spec.ts#L427
3) [chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
425 | await getCheckbox(page, /Slack Community Guidelines/).check();
426 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
> 427 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
428 |
429 | // Step 1: Professional Details
430 | await page.getByLabel('Employment Status*').fill('Full-Time');
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:427:16
|
|
[chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data:
src/e2e/join.spec.ts#L330
2) [chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
328 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
329 |
> 330 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
331 | await expect(page.locator('h1')).toHaveText('Update Profile');
332 |
333 | // Professional Details
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:330:16
|
|
[chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data:
src/e2e/join.spec.ts#L330
2) [chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
328 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
329 |
> 330 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
331 | await expect(page.locator('h1')).toHaveText('Update Profile');
332 |
333 | // Professional Details
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:330:16
|
|
[chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data:
src/e2e/join.spec.ts#L330
2) [chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data ───
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
328 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
329 |
> 330 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
331 | await expect(page.locator('h1')).toHaveText('Update Profile');
332 |
333 | // Professional Details
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:330:16
|
|
[chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email:
src/e2e/join.spec.ts#L27
1) [chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('#__next').getByRole('alert').first()
Expected substring: "This email has already been registered with an application."
Received string: "Something is wrong on our end. Please try again later."
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('#__next').getByRole('alert').first()
9 × locator resolved to <div role="alert" data-testid="ALERT" class="rounded-sm border border-solid p-2 text-sm shadow-md border-error-deep bg-error text-error-deep">…</div>
- unexpected value "Something is wrong on our end. Please try again later."
25 | const alerts = page.locator('#__next').getByRole('alert');
26 | await expect(alerts).toHaveCount(numberOfErrors);
> 27 | await expect(alerts.first()).toContainText(errorMessage);
| ^
28 | };
29 |
30 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:27:32)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:39:3)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:151:5
|
|
[chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email:
src/e2e/join.spec.ts#L27
1) [chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('#__next').getByRole('alert').first()
Expected substring: "This email has already been registered with an application."
Received string: "Something is wrong on our end. Please try again later."
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('#__next').getByRole('alert').first()
9 × locator resolved to <div role="alert" data-testid="ALERT" class="rounded-sm border border-solid p-2 text-sm shadow-md border-error-deep bg-error text-error-deep">…</div>
- unexpected value "Something is wrong on our end. Please try again later."
25 | const alerts = page.locator('#__next').getByRole('alert');
26 | await expect(alerts).toHaveCount(numberOfErrors);
> 27 | await expect(alerts.first()).toContainText(errorMessage);
| ^
28 | };
29 |
30 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:27:32)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:39:3)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:151:5
|
|
[chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email:
src/e2e/join.spec.ts#L27
1) [chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email
Error: expect(locator).toContainText(expected) failed
Locator: locator('#__next').getByRole('alert').first()
Expected substring: "This email has already been registered with an application."
Received string: "Something is wrong on our end. Please try again later."
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('#__next').getByRole('alert').first()
9 × locator resolved to <div role="alert" data-testid="ALERT" class="rounded-sm border border-solid p-2 text-sm shadow-md border-error-deep bg-error text-error-deep">…</div>
- unexpected value "Something is wrong on our end. Please try again later."
25 | const alerts = page.locator('#__next').getByRole('alert');
26 | await expect(alerts).toHaveCount(numberOfErrors);
> 27 | await expect(alerts.first()).toContainText(errorMessage);
| ^
28 | };
29 |
30 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:27:32)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:39:3)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:151:5
|
|
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
4 failed
[chromium] › src/e2e/join.spec.ts:142:7 › join › should NOT be able to register with an existing email
[chromium] › src/e2e/join.spec.ts:318:7 › join › should be able to register with valid data ────
[chromium] › src/e2e/join.spec.ts:402:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
[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
18 passed (2.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.93 MB |
sha256:d2cfc4d390828f26616b0bce62a5e6689bf3bc0a72300ad65f4a5ab325ea588b
|
|
|
vitest-coverage
|
63.4 KB |
sha256:c030807afba604e9ebd2c9efe931010f0eb9b48c6d4386067636a62b423c26cd
|
|