Skip to content

Accessibility Tests for c51c101092b97977a46694a978ff3a390e2f3801 #416

Accessibility Tests for c51c101092b97977a46694a978ff3a390e2f3801

Accessibility Tests for c51c101092b97977a46694a978ff3a390e2f3801 #416

Triggered via schedule March 30, 2026 15:35
Status Failure
Total duration 23m 3s
Artifacts 1

a11y_tests.yml

on: schedule
notify-of-test-run-start
8s
notify-of-test-run-start
accessibility-tests
22m 34s
accessibility-tests
notify-of-test-run-completion
8s
notify-of-test-run-completion
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
accessibility-tests
Process completed with exit code 1.
[chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L54
3) [chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 52 | const results = await scanPage(page); 53 | createReport(url, 'mobile', results); > 54 | expect(results.violations.length).toEqual(0); | ^ 55 | }); 56 | } 57 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:54:51
[chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L54
3) [chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 52 | const results = await scanPage(page); 53 | createReport(url, 'mobile', results); > 54 | expect(results.violations.length).toEqual(0); | ^ 55 | }); 56 | } 57 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:54:51
[chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L54
3) [chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 52 | const results = await scanPage(page); 53 | createReport(url, 'mobile', results); > 54 | expect(results.violations.length).toEqual(0); | ^ 55 | }); 56 | } 57 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:54:51
[chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L30
2) [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 28 | const results = await scanPage(page); 29 | createReport(url, 'desktop', results); > 30 | expect(results.violations.length).toEqual(0); | ^ 31 | }); 32 | } 33 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:30:51
[chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L30
2) [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 28 | const results = await scanPage(page); 29 | createReport(url, 'desktop', results); > 30 | expect(results.violations.length).toEqual(0); | ^ 31 | }); 32 | } 33 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:30:51
[chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L30
2) [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 28 | const results = await scanPage(page); 29 | createReport(url, 'desktop', results); > 30 | expect(results.violations.length).toEqual(0); | ^ 31 | }); 32 | } 33 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:30:51
[chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L30
1) [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 28 | const results = await scanPage(page); 29 | createReport(url, 'desktop', results); > 30 | expect(results.violations.length).toEqual(0); | ^ 31 | }); 32 | } 33 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:30:51
[chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L30
1) [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 28 | const results = await scanPage(page); 29 | createReport(url, 'desktop', results); > 30 | expect(results.violations.length).toEqual(0); | ^ 31 | }); 32 | } 33 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:30:51
[chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y: tests/playwright/specs/a11y/pages.spec.js#L30
1) [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 28 | const results = await scanPage(page); 29 | createReport(url, 'desktop', results); > 30 | expect(results.violations.length).toEqual(0); | ^ 31 | }); 32 | } 33 | ); at /home/runner/work/springfield/springfield/tests/playwright/specs/a11y/pages.spec.js:30:51
notify-of-test-run-start
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, slackapi/slack-github-action@v1.25.0. 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/
accessibility-tests
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/setup-node@v4, actions/upload-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/
notify-of-test-run-completion
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, slackapi/slack-github-action@v1.25.0. 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
3 failed [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/ page (desktop) › should not have any detectable a11y issues @a11y [chromium] › specs/a11y/pages.spec.js:25:13 › /en-US/thanks/ page (desktop) › should not have any detectable a11y issues @a11y [chromium] › specs/a11y/pages.spec.js:49:13 › /en-US/ page (mobile) › should not have any detectable a11y issues @a11y 14 passed (38.0s)

Artifacts

Produced during runtime
Name Size Digest
test-results-a11y-c51c101092b97977a46694a978ff3a390e2f3801 Expired
17.9 KB
sha256:c622ba5585d729c60c6f2528e1d887f0530899a5ff0f54e1f6b0388218bc92fd