Accessibility Tests for bb83e2361dd28268c7b6c5200238b086b72eaffa #39
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
6 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 › /de/firefox/challenge-the-default/ page (desktop) › 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
22 passed (55.0s)
|
Loading