Accessibility Tests for 2c1388bb674a97366a959ec0e7a544ce44ff2534 #124
Annotations
10 errors, 2 warnings, and 1 notice
Run accessibility tests:
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
|
Run accessibility tests:
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
|
Run accessibility tests:
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
|
Run accessibility tests:
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
|
Run accessibility tests:
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
|
Run accessibility tests:
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
|
Run accessibility tests:
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.
|
Run accessibility tests:
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
|
Run accessibility tests:
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.
|
Run accessibility tests:
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run accessibility tests:
tests/playwright/[chromium] › a11y/pages.spec.js#L1
tests/playwright/[chromium] › a11y/pages.spec.js took 54.8s
|
Run accessibility tests
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)
|
Loading