Bump vite from 8.0.12 to 8.0.16 #119
ci.yml
on: pull_request
unit_tests
1m 25s
lint
1m 8s
e2e_tests
2m 55s
report_coverage
20s
Annotations
1 error, 5 warnings, and 1 notice
|
[chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email:
src/e2e/join.spec.ts#L23
1) [chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
21 | ) => {
22 | const alerts = page.locator('[data-slot="field-error"], [data-slot="alert"]');
> 23 | await expect(alerts.filter({ hasText: errorMessage }).first()).toBeVisible();
| ^
24 | };
25 |
26 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:23:66)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:32:9)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:146:5
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
src/components/Form/MultiStepForm.tsx#L126
The class: "-mt-[0.325rem]" can be simplified to "mt-[-0.325rem]"
|
|
unit_tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
report_coverage
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/download-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e_tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@v7, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email
3 skipped
22 passed (51.9s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
vitest-coverage
|
30.6 KB |
sha256:d5afcdaeb16fad71cfa0ed95d4947d743ee41ac401f64d5cb708a4fbf9524382
|
|