Accessibility Tests for 654c95523957d3cef99ac091593f18607b947674 #21
Annotations
10 errors and 1 notice
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L41
1) [chromium] › a11y/components.spec.js:30:9 › Navigation (desktop) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
39 | const results = await scanPageElement(page, navigationLocator);
40 | createReport('component', 'navigation-desktop', results);
> 41 | expect(results.violations.length).toEqual(0);
| ^
42 | });
43 | }
44 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:41:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L41
1) [chromium] › a11y/components.spec.js:30:9 › Navigation (desktop) › should not have any detectable a11y issues
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
39 | const results = await scanPageElement(page, navigationLocator);
40 | createReport('component', 'navigation-desktop', results);
> 41 | expect(results.violations.length).toEqual(0);
| ^
42 | });
43 | }
44 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:41:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L41
1) [chromium] › a11y/components.spec.js:30:9 › Navigation (desktop) › should not have any detectable a11y issues
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
39 | const results = await scanPageElement(page, navigationLocator);
40 | createReport('component', 'navigation-desktop', results);
> 41 | expect(results.violations.length).toEqual(0);
| ^
42 | });
43 | }
44 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:41:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L80
2) [chromium] › a11y/components.spec.js:58:9 › Navigation (mobile) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
78 | const results = await scanPageElement(page, navigationLocator);
79 | createReport('component', 'navigation-mobile', results);
> 80 | expect(results.violations.length).toEqual(0);
| ^
81 | });
82 | }
83 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:80:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L80
2) [chromium] › a11y/components.spec.js:58:9 › Navigation (mobile) › should not have any detectable a11y issues
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
78 | const results = await scanPageElement(page, navigationLocator);
79 | createReport('component', 'navigation-mobile', results);
> 80 | expect(results.violations.length).toEqual(0);
| ^
81 | });
82 | }
83 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:80:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L80
2) [chromium] › a11y/components.spec.js:58:9 › Navigation (mobile) › should not have any detectable a11y issues
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
78 | const results = await scanPageElement(page, navigationLocator);
79 | createReport('component', 'navigation-mobile', results);
> 80 | expect(results.violations.length).toEqual(0);
| ^
81 | });
82 | }
83 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:80:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L146
3) [chromium] › a11y/components.spec.js:143:9 › Footer (desktop) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 2
144 | const results = await scanPageElement(page, footerLocator);
145 | createReport('component', 'footer-desktop', results);
> 146 | expect(results.violations.length).toEqual(0);
| ^
147 | });
148 | }
149 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:146:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L146
3) [chromium] › a11y/components.spec.js:143:9 › Footer (desktop) › should not have any detectable a11y issues
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 2
144 | const results = await scanPageElement(page, footerLocator);
145 | createReport('component', 'footer-desktop', results);
> 146 | expect(results.violations.length).toEqual(0);
| ^
147 | });
148 | }
149 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:146:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L146
3) [chromium] › a11y/components.spec.js:143:9 › Footer (desktop) › should not have any detectable a11y issues
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 2
144 | const results = await scanPageElement(page, footerLocator);
145 | createReport('component', 'footer-desktop', results);
> 146 | expect(results.violations.length).toEqual(0);
| ^
147 | });
148 | }
149 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:146:47
|
Run accessibility tests:
tests/playwright/specs/a11y/components.spec.js#L176
4) [chromium] › a11y/components.spec.js:163:9 › Footer (mobile) › should not have any detectable a11y issues
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 2
174 | const results = await scanPageElement(page, footerLocator);
175 | createReport('component', 'footer-mobile', results);
> 176 | expect(results.violations.length).toEqual(0);
| ^
177 | });
178 | }
179 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components.spec.js:176:47
|
Run accessibility tests
10 failed
[chromium] › a11y/components.spec.js:30:9 › Navigation (desktop) › should not have any detectable a11y issues
[chromium] › a11y/components.spec.js:58:9 › Navigation (mobile) › should not have any detectable a11y issues
[chromium] › a11y/components.spec.js:143:9 › Footer (desktop) › should not have any detectable a11y issues
[chromium] › a11y/components.spec.js:163:9 › Footer (mobile) › should not have any detectable a11y issues
[chromium] › a11y/pages.spec.js:25:13 › /de/firefox/built-for-you/ page (desktop) › should not have any detectable a11y issues
[chromium] › a11y/pages.spec.js:25:13 › /de/firefox/challenge-the-default/ page (desktop) › should not have any detectable a11y issues
[chromium] › a11y/pages.spec.js:25:13 › /en-US/firefox/all/ page (desktop) › should not have any detectable a11y issues
[chromium] › a11y/pages.spec.js:49:13 › /de/firefox/built-for-you/ page (mobile) › should not have any detectable a11y issues
[chromium] › a11y/pages.spec.js:49:13 › /de/firefox/challenge-the-default/ page (mobile) › should not have any detectable a11y issues
[chromium] › a11y/pages.spec.js:49:13 › /en-US/firefox/all/ page (mobile) › should not have any detectable a11y issues
18 passed (1.2m)
|
Loading