Accessibility Tests for 2df9c9b01d6fb0f07c9916f078857cd592aad38f #42
a11y_tests.yml
on: schedule
notify-of-test-run-start
6s
notify-of-test-run-completion
8s
Annotations
10 errors and 1 notice
[chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:31:9 › Navigation (desktop) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:59:9 › Navigation (mobile) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:144:9 › Footer (desktop) › should not have any detectable a11y issues:
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
|
[chromium] › a11y/components.spec.js:164:9 › Footer (mobile) › should not have any detectable a11y issues:
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
|
🎭 Playwright Run Summary
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 (1.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-a11y-2df9c9b01d6fb0f07c9916f078857cd592aad38f
Expired
|
36.8 KB |
|