Update badge component to have icon only badges #1189
Annotations
3 errors, 1 warning, and 1 notice
Integration Tests:
integration\tests\accessibility.spec.ts#L1
1) [Widescreen Chromium] › accessibility.spec.ts:75:7 › axe should not find any automatically detectable accessibility issues on › /components/hero.html @accessibility
Test timeout of 30000ms exceeded.
|
Integration Tests:
integration\tests\accessibility.spec.ts#L76
1) [Widescreen Chromium] › accessibility.spec.ts:75:7 › axe should not find any automatically detectable accessibility issues on › /components/hero.html @accessibility
Error: page.goto: Navigation failed because page was closed!
=========================== logs ===========================
navigating to "http://localhost:1111/components/hero.html", waiting until "load"
============================================================
74 | for (const pathname of pathnames) {
75 | test(`${pathname} @accessibility`, async ({ page }) => {
> 76 | await page.goto(pathname);
| ^
77 |
78 | const accessibilityScanResults = await new AxeBuilder({ page })
79 | .exclude('#figma-embed-iframe')
at D:\a\atlas-design\atlas-design\integration\tests\accessibility.spec.ts:76:15
|
Integration Tests:
integration\tests\accessibility.spec.ts#L1
1) [Widescreen Chromium] › accessibility.spec.ts:75:7 › axe should not find any automatically detectable accessibility issues on › /components/hero.html @accessibility
Pending operations:
- page.goto at tests\accessibility.spec.ts:76:15
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration Tests
1 flaky
[Widescreen Chromium] › accessibility.spec.ts:75:7 › axe should not find any automatically detectable accessibility issues on › /components/hero.html @accessibility
9 skipped
160 passed (3.3m)
|
Loading