Skip to content

Accessibility Tests for 30d8722f35a36e5b6495dabafa26defd9071e17a #90

Accessibility Tests for 30d8722f35a36e5b6495dabafa26defd9071e17a

Accessibility Tests for 30d8722f35a36e5b6495dabafa26defd9071e17a #90

Triggered via schedule November 17, 2024 15:02
Status Failure
Total duration 3m 39s
Artifacts 1

a11y_tests.yml

on: schedule
notify-of-test-run-start
11s
notify-of-test-run-start
accessibility-tests
2m 51s
accessibility-tests
notify-of-test-run-completion
10s
notify-of-test-run-completion
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/footer.spec.js#L28
1) [chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 26 | const results = await scanPageElement(page, footerLocator); 27 | createReport('component', 'footer-desktop', results); > 28 | expect(results.violations.length).toEqual(0); | ^ 29 | }); 30 | } 31 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/footer.spec.js:28:47
[chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/footer.spec.js#L28
1) [chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 26 | const results = await scanPageElement(page, footerLocator); 27 | createReport('component', 'footer-desktop', results); > 28 | expect(results.violations.length).toEqual(0); | ^ 29 | }); 30 | } 31 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/footer.spec.js:28:47
[chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/footer.spec.js#L28
1) [chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 26 | const results = await scanPageElement(page, footerLocator); 27 | createReport('component', 'footer-desktop', results); > 28 | expect(results.violations.length).toEqual(0); | ^ 29 | }); 30 | } 31 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/footer.spec.js:28:47
[chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/footer.spec.js#L58
2) [chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 56 | const results = await scanPageElement(page, footerLocator); 57 | createReport('component', 'footer-mobile', results); > 58 | expect(results.violations.length).toEqual(0); | ^ 59 | }); 60 | } 61 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/footer.spec.js:58:47
[chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/footer.spec.js#L58
2) [chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 56 | const results = await scanPageElement(page, footerLocator); 57 | createReport('component', 'footer-mobile', results); > 58 | expect(results.violations.length).toEqual(0); | ^ 59 | }); 60 | } 61 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/footer.spec.js:58:47
[chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/footer.spec.js#L58
2) [chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 56 | const results = await scanPageElement(page, footerLocator); 57 | createReport('component', 'footer-mobile', results); > 58 | expect(results.violations.length).toEqual(0); | ^ 59 | }); 60 | } 61 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/footer.spec.js:58:47
[chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/navigation.spec.js#L36
3) [chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 34 | const results = await scanPageElement(page, navigationLocator); 35 | createReport('component', 'navigation-desktop', results); > 36 | expect(results.violations.length).toEqual(0); | ^ 37 | }); 38 | } 39 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/navigation.spec.js:36:47
[chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/navigation.spec.js#L36
3) [chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 34 | const results = await scanPageElement(page, navigationLocator); 35 | createReport('component', 'navigation-desktop', results); > 36 | expect(results.violations.length).toEqual(0); | ^ 37 | }); 38 | } 39 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/navigation.spec.js:36:47
[chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/navigation.spec.js#L36
3) [chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 34 | const results = await scanPageElement(page, navigationLocator); 35 | createReport('component', 'navigation-desktop', results); > 36 | expect(results.violations.length).toEqual(0); | ^ 37 | }); 38 | } 39 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/navigation.spec.js:36:47
[chromium] › a11y/components/navigation.spec.js:53:9 › Navigation (mobile) › should not have any detectable a11y issues: tests/playwright/specs/a11y/components/navigation.spec.js#L75
4) [chromium] › a11y/components/navigation.spec.js:53:9 › Navigation (mobile) › should not have any detectable a11y issues Error: expect(received).toEqual(expected) // deep equality Expected: 0 Received: 1 73 | const results = await scanPageElement(page, navigationLocator); 74 | createReport('component', 'navigation-mobile', results); > 75 | expect(results.violations.length).toEqual(0); | ^ 76 | }); 77 | } 78 | ); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/navigation.spec.js:75:47
🎭 Playwright Run Summary
11 failed [chromium] › a11y/components/footer.spec.js:25:9 › Footer (desktop) › should not have any detectable a11y issues [chromium] › a11y/components/footer.spec.js:45:9 › Footer (mobile) › should not have any detectable a11y issues [chromium] › a11y/components/navigation.spec.js:25:9 › Navigation (desktop) › should not have any detectable a11y issues [chromium] › a11y/components/navigation.spec.js:53:9 › Navigation (mobile) › should not have any detectable a11y issues [chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues [chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues [chromium] › a11y/pages.spec.js:25:13 › /en-US/about/governance/policies/participation/ page (desktop) › should not have any detectable a11y issues [chromium] › a11y/pages.spec.js:25:13 › /en-US/about/leadership/ page (desktop) › should not have any detectable a11y issues [chromium] › a11y/pages.spec.js:25:13 › /en-US/contact/ page (desktop) › should not have any detectable a11y issues [chromium] › a11y/pages.spec.js:25:13 › /en-US/privacy/ page (desktop) › should not have any detectable a11y issues [chromium] › a11y/pages.spec.js:25:13 › /en-US/products/vpn/download/ page (desktop) › should not have any detectable a11y issues 41 passed (2.1m)

Artifacts

Produced during runtime
Name Size
test-results-a11y-30d8722f35a36e5b6495dabafa26defd9071e17a
62.5 KB