Document fleet evolution coverage and harden E2E login/LOTL waits.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Sync PROBLEMS.md and tests/README.md with 734 Vitest count, fleet evolution checklist, erasure-coded propagation deferred row; retry dashboard login and wait for agents API in LOTL E2E.
This commit is contained in:
AetherForge
2026-06-07 05:16:19 -07:00
parent f580f4d64d
commit 0cb03488e4
4 changed files with 38 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ test.describe('LOTL Timeline E2E', () => {
await page.goto(`/lotl-timeline?agent=${encodeURIComponent(E2E_STUB_AGENT_ID)}`);
await expect(
page.locator('.lotl-fleet-chip').filter({ hasText: E2E_STUB_AGENT_HOSTNAME }),
).toBeVisible({ timeout: 15_000 });
).toBeVisible({ timeout: 25_000 });
await expect(page.getByText('CLEARANCE HISTORY')).toBeVisible({ timeout: 10_000 });
await expect(page.locator('.lotl-clearance-list').getByText(/AI: L1 → L2/i)).toBeVisible();
await expect(page.getByText('CLEARANCE EVENTS')).toBeVisible();