Loads of changes #80
ci.yml
on: pull_request
unit_tests
1m 6s
lint
50s
e2e_tests
2m 4s
report_coverage
24s
Annotations
3 errors, 4 warnings, and 1 notice
|
[chromium] › src/e2e/join.spec.ts:131:7 › join › should NOT be able to register with an existing email:
src/e2e/join.spec.ts#L23
3) [chromium] › src/e2e/join.spec.ts:131: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:140:5
|
|
[chromium] › src/e2e/join.spec.ts:52:7 › join › should NOT be able to register when blurring past email:
src/e2e/join.spec.ts#L23
2) [chromium] › src/e2e/join.spec.ts:52:7 › join › should NOT be able to register when blurring past email
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'Required' }).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: 'Required' }).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 /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:56:11
|
|
[chromium] › src/e2e/hashlink.spec.ts:14:11 › Hash Links › Desktop (Chromium) › on Corporate Sponsorship page:
src/e2e/hashlink.spec.ts#L61
1) [chromium] › src/e2e/hashlink.spec.ts:14:11 › Hash Links › Desktop (Chromium) › on Corporate Sponsorship page, will be invisible until hovered and change route when clicked
Error: locator.scrollIntoViewIfNeeded: Element is not attached to the DOM
Call log:
- attempting scroll into view action
- waiting for element to be stable
59 |
60 | // Scroll heading into view
> 61 | await heading.scrollIntoViewIfNeeded();
| ^
62 |
63 | // Hover over the heading to make the hash link visible
64 | await heading.hover();
at /home/runner/work/front-end/front-end/src/e2e/hashlink.spec.ts:61:25
|
|
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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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. 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 will be forced to run with Node.js 24 by default starting June 2nd, 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
3 flaky
[chromium] › src/e2e/hashlink.spec.ts:14:11 › Hash Links › Desktop (Chromium) › on Corporate Sponsorship page, will be invisible until hovered and change route when clicked
[chromium] › src/e2e/join.spec.ts:52:7 › join › should NOT be able to register when blurring past email
[chromium] › src/e2e/join.spec.ts:131:7 › join › should NOT be able to register with an existing email
3 skipped
20 passed (52.8s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
vitest-coverage
|
59.7 KB |
sha256:ac80e3f8f7c80777c69ffe0f42284bcc5557bc7999b5ce2713b4037840f0ea86
|
|