Expand current work graph and repair report freshness #461
pages.yml
on: push
Build verified site
2m 0s
Deploy and verify site
0s
Annotations
5 errors and 1 notice
|
Build verified site
Process completed with exit code 1.
|
|
tests/sitrep-format.spec.mjs:39:1 › SITREP remains contained and sequential on a narrow viewport:
tests/sitrep-format.spec.mjs#L48
2) tests/sitrep-format.spec.mjs:39:1 › SITREP remains contained and sequential on a narrow viewport
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('navigation', { name: 'Repository situation index' }).locator('a')
Expected: 5
Received: 11
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Repository situation index' }).locator('a')
14 × locator resolved to 11 elements
- unexpected value "11"
46 |
47 | const index = page.getByRole('navigation', { name: 'Repository situation index' });
> 48 | await expect(index.locator('a')).toHaveCount(5);
| ^
49 | await expect(page.locator('.sitrep-reading-key > div')).toHaveCount(3);
50 | await expect(page.locator('[data-sitrep-map] svg')).toBeVisible();
51 | await expect(page.locator('.sitrep-metric').first()).toBeVisible();
at /home/runner/work/The-Interdependency.github.io/The-Interdependency.github.io/tests/sitrep-format.spec.mjs:48:36
|
|
tests/sitrep-format.spec.mjs:39:1 › SITREP remains contained and sequential on a narrow viewport:
tests/sitrep-format.spec.mjs#L48
2) tests/sitrep-format.spec.mjs:39:1 › SITREP remains contained and sequential on a narrow viewport
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('navigation', { name: 'Repository situation index' }).locator('a')
Expected: 5
Received: 11
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Repository situation index' }).locator('a')
14 × locator resolved to 11 elements
- unexpected value "11"
46 |
47 | const index = page.getByRole('navigation', { name: 'Repository situation index' });
> 48 | await expect(index.locator('a')).toHaveCount(5);
| ^
49 | await expect(page.locator('.sitrep-reading-key > div')).toHaveCount(3);
50 | await expect(page.locator('[data-sitrep-map] svg')).toBeVisible();
51 | await expect(page.locator('.sitrep-metric').first()).toBeVisible();
at /home/runner/work/The-Interdependency.github.io/The-Interdependency.github.io/tests/sitrep-format.spec.mjs:48:36
|
|
tests/sitrep-format.spec.mjs:5:1 › SITREP supports scan:
tests/sitrep-format.spec.mjs#L8
1) tests/sitrep-format.spec.mjs:5:1 › SITREP supports scan, dependency-map navigation, summary, and full-evidence reading depths
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('navigation', { name: 'Repository situation index' }).locator('a')
Expected: 5
Received: 11
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Repository situation index' }).locator('a')
14 × locator resolved to 11 elements
- unexpected value "11"
6 | await page.goto('/sitrep/');
7 |
> 8 | await expect(page.getByRole('navigation', { name: 'Repository situation index' }).locator('a')).toHaveCount(5);
| ^
9 | await expect(page.locator('.sitrep-card')).toHaveCount(5);
10 | await expect(page.locator('.sitrep-reading-key > div')).toHaveCount(3);
11 |
at /home/runner/work/The-Interdependency.github.io/The-Interdependency.github.io/tests/sitrep-format.spec.mjs:8:99
|
|
tests/sitrep-format.spec.mjs:5:1 › SITREP supports scan:
tests/sitrep-format.spec.mjs#L8
1) tests/sitrep-format.spec.mjs:5:1 › SITREP supports scan, dependency-map navigation, summary, and full-evidence reading depths
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('navigation', { name: 'Repository situation index' }).locator('a')
Expected: 5
Received: 11
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Repository situation index' }).locator('a')
14 × locator resolved to 11 elements
- unexpected value "11"
6 | await page.goto('/sitrep/');
7 |
> 8 | await expect(page.getByRole('navigation', { name: 'Repository situation index' }).locator('a')).toHaveCount(5);
| ^
9 | await expect(page.locator('.sitrep-card')).toHaveCount(5);
10 | await expect(page.locator('.sitrep-reading-key > div')).toHaveCount(3);
11 |
at /home/runner/work/The-Interdependency.github.io/The-Interdependency.github.io/tests/sitrep-format.spec.mjs:8:99
|
|
🎭 Playwright Run Summary
2 failed
tests/sitrep-format.spec.mjs:5:1 › SITREP supports scan, dependency-map navigation, summary, and full-evidence reading depths
tests/sitrep-format.spec.mjs:39:1 › SITREP remains contained and sequential on a narrow viewport
35 passed (41.8s)
|