Accessibility Tests for 4283006c475cb0120f9174b71d0796adf7a143f9 #137
a11y_tests.yml
on: schedule
notify-of-test-run-start
9s
notify-of-test-run-completion
9s
Annotations
10 errors, 4 warnings, and 1 notice
[chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/navigation.spec.js#L41
1) [chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
39 | );
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/navigation.spec.js:41:47
|
[chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/navigation.spec.js#L41
1) [chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
39 | );
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/navigation.spec.js:41:47
|
[chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/navigation.spec.js#L41
1) [chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
39 | );
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/navigation.spec.js:41:47
|
[chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L28
2) [chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
26 | const results = await scanPageElement(page, sideMenuLocator);
27 | createReport('component', 'side-menu-desktop', results);
> 28 | expect(results.violations.length).toEqual(0);
| ^
29 | });
30 | }
31 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/side-menu.spec.js:28:47
|
[chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L28
2) [chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
26 | const results = await scanPageElement(page, sideMenuLocator);
27 | createReport('component', 'side-menu-desktop', results);
> 28 | expect(results.violations.length).toEqual(0);
| ^
29 | });
30 | }
31 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/side-menu.spec.js:28:47
|
[chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L28
2) [chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
26 | const results = await scanPageElement(page, sideMenuLocator);
27 | createReport('component', 'side-menu-desktop', results);
> 28 | expect(results.violations.length).toEqual(0);
| ^
29 | });
30 | }
31 | );
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/side-menu.spec.js:28:47
|
[chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L1
3) [chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y
Test timeout of 30000ms exceeded.
|
[chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L51
3) [chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-menu-toggle')
49 | // Open side menu panel
50 | await expect(sidebarMenuMain).not.toBeVisible();
> 51 | await sidebarMenuToggle.click();
| ^
52 | await expect(sidebarMenuMain).toBeVisible();
53 |
54 | const results = await scanPageElement(page, sideMenuLocator);
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/side-menu.spec.js:51:37
|
[chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L1
3) [chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y:
tests/playwright/specs/a11y/components/side-menu.spec.js#L51
3) [chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-menu-toggle')
49 | // Open side menu panel
50 | await expect(sidebarMenuMain).not.toBeVisible();
> 51 | await sidebarMenuToggle.click();
| ^
52 | await expect(sidebarMenuMain).toBeVisible();
53 |
54 | const results = await scanPageElement(page, sideMenuLocator);
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/a11y/components/side-menu.spec.js:51:37
|
notify-of-test-run-start
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
accessibility-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
tests/playwright/[chromium] › a11y/pages.spec.js#L1
tests/playwright/[chromium] › a11y/pages.spec.js took 1.0m
|
notify-of-test-run-completion
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
3 failed
[chromium] › a11y/components/navigation.spec.js:26:9 › Navigation (desktop) › should not have any detectable a11y issues @a11y
[chromium] › a11y/components/side-menu.spec.js:25:9 › Side Menu (desktop) › should not have any detectable a11y issues @a11y
[chromium] › a11y/components/side-menu.spec.js:45:9 › Side Menu (mobile) › should not have any detectable a11y issues @a11y
49 passed (1.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-a11y-4283006c475cb0120f9174b71d0796adf7a143f9
|
11.9 KB |
|