Accessibility Tests for a70a4933dfa374501480e7b0a42187cbafe51db0 #82
Annotations
10 errors and 1 notice
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L42
1) [chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
40 | const results = await scanPageElement(page, navigationLocator);
41 | createReport('component', 'navigation-desktop', results);
> 42 | expect(results.violations.length).toEqual(0);
| ^
43 | });
44 | }
45 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:42:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L42
1) [chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
40 | const results = await scanPageElement(page, navigationLocator);
41 | createReport('component', 'navigation-desktop', results);
> 42 | expect(results.violations.length).toEqual(0);
| ^
43 | });
44 | }
45 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:42:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L42
1) [chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
40 | const results = await scanPageElement(page, navigationLocator);
41 | createReport('component', 'navigation-desktop', results);
> 42 | expect(results.violations.length).toEqual(0);
| ^
43 | });
44 | }
45 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:42:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L81
2) [chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
79 | const results = await scanPageElement(page, navigationLocator);
80 | createReport('component', 'navigation-mobile', results);
> 81 | expect(results.violations.length).toEqual(0);
| ^
82 | });
83 | }
84 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:81:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L81
2) [chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
79 | const results = await scanPageElement(page, navigationLocator);
80 | createReport('component', 'navigation-mobile', results);
> 81 | expect(results.violations.length).toEqual(0);
| ^
82 | });
83 | }
84 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:81:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L81
2) [chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
79 | const results = await scanPageElement(page, navigationLocator);
80 | createReport('component', 'navigation-mobile', results);
> 81 | expect(results.violations.length).toEqual(0);
| ^
82 | });
83 | }
84 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:81:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L147
3) [chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
145 | const results = await scanPageElement(page, footerLocator);
146 | createReport('component', 'footer-desktop', results);
> 147 | expect(results.violations.length).toEqual(0);
| ^
148 | });
149 | }
150 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:147:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L147
3) [chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
145 | const results = await scanPageElement(page, footerLocator);
146 | createReport('component', 'footer-desktop', results);
> 147 | expect(results.violations.length).toEqual(0);
| ^
148 | });
149 | }
150 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:147:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L147
3) [chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
145 | const results = await scanPageElement(page, footerLocator);
146 | createReport('component', 'footer-desktop', results);
> 147 | expect(results.violations.length).toEqual(0);
| ^
148 | });
149 | }
150 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:147:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L177
4) [chromium] › a11y/components.spec.js:164:9 › Footer (mobile) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
175 | const results = await scanPageElement(page, footerLocator);
176 | createReport('component', 'footer-mobile', results);
> 177 | expect(results.violations.length).toEqual(0);
| ^
178 | });
179 | }
180 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:177:47
|
Run accessibility tests
9 failed
[chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues
[chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues
[chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues
[chromium] › a11y/components.spec.js:164:9 › Footer (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 (1.4m)
|
Loading