Merge pull request #800 from Devadakene/fix/locale-formatting #412
accessibility.yml
on: push
Accessibility Audit
2m 6s
Annotations
4 errors and 1 notice
|
Accessibility Audit
Process completed with exit code 1.
|
|
[a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark:
tests/e2e/a11y-gate.spec.ts#L46
1) [a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('main')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('main')
44 | test('page has a main landmark', async ({ page }) => {
45 | await page.goto('/');
> 46 | await expect(page.locator('main')).toBeVisible();
| ^
47 | });
48 | });
49 |
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/a11y-gate.spec.ts:46:40
|
|
[a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark:
tests/e2e/a11y-gate.spec.ts#L46
1) [a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('main')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('main')
44 | test('page has a main landmark', async ({ page }) => {
45 | await page.goto('/');
> 46 | await expect(page.locator('main')).toBeVisible();
| ^
47 | });
48 | });
49 |
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/a11y-gate.spec.ts:46:40
|
|
[a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark:
tests/e2e/a11y-gate.spec.ts#L46
1) [a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark ──
Error: expect(locator).toBeVisible() failed
Locator: locator('main')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('main')
44 | test('page has a main landmark', async ({ page }) => {
45 | await page.goto('/');
> 46 | await expect(page.locator('main')).toBeVisible();
| ^
47 | });
48 | });
49 |
at /home/runner/work/stellar-dev-dashboard/stellar-dev-dashboard/tests/e2e/a11y-gate.spec.ts:46:40
|
|
🎭 Playwright Run Summary
1 failed
[a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark ───
4 passed (24.4s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-a11y-report
|
830 KB |
sha256:983715cc8b8030c949efb39cb5402ff98d202290a07ff618b08183c0b6cc2253
|
|