New Updates #776 - #801
Merged
Merged
Annotations
4 errors and 1 notice
|
Run accessibility gate (axe-core WCAG 2.1 AA)
Process completed with exit code 1.
|
|
Run accessibility gate (axe-core WCAG 2.1 AA):
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
|
|
Run accessibility gate (axe-core WCAG 2.1 AA):
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
|
|
Run accessibility gate (axe-core WCAG 2.1 AA):
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
|
|
Run accessibility gate (axe-core WCAG 2.1 AA)
1 failed
[a11y] › tests/e2e/a11y-gate.spec.ts:44:3 › Accessibility CI Gate › page has a main landmark ───
4 passed (26.9s)
|
background
wait
wait-all
cancel
parallel
Loading