Accessibility Tests for 42ea7e3a76976c675435c934b4cae942fc273559 #91
a11y_tests.yml
on: schedule
notify-of-test-run-start
7s
notify-of-test-run-completion
15s
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.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-a11y-42ea7e3a76976c675435c934b4cae942fc273559
|
62.5 KB |
|