Stabilize Playwright phase 8 with page smokes and flake fixes.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Direct-navigate Calibrate, harden stub agent timing, and add Emberwake/Seer/Oath smokes so the full 32-spec E2E sweep passes reliably.
This commit is contained in:
AetherForge
2026-06-07 12:03:44 -07:00
parent 7eafea09f7
commit 6122c3ebfc
6 changed files with 13 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ test.describe('LOTL Timeline E2E', () => {
await expect(page.getByRole('heading', { name: 'LOTL Timeline' })).toBeVisible({
timeout: 10_000,
});
await expect(page.getByText('FLEET ONION PROGRESS')).toBeVisible();
await expect(page.getByText('FLEET ONION PROGRESS')).toBeVisible({ timeout: 15_000 });
await expect(
page.locator('.lotl-fleet-chip').filter({ hasText: E2E_STUB_AGENT_HOSTNAME }),
).toBeVisible({ timeout: 15_000 });