Stabilize Playwright phase 8 E2E to 25 green specs.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Harden login and online-card assertions, fix multi-hop discover spread selection, add Path Tracer RS lanes mock E2E, and graceful stub WS teardown.
This commit is contained in:
@@ -56,7 +56,7 @@ test.describe('Path Tracer E2E', () => {
|
||||
const card = page.locator('.pt-agent-card').filter({ hasText: E2E_STUB_AGENT_HOSTNAME });
|
||||
await expect(card).toBeVisible({ timeout: 15_000 });
|
||||
await card.click();
|
||||
await page.getByRole('button', { name: /TRACE/i }).click();
|
||||
await page.getByRole('button', { name: '⬡ TRACE' }).click();
|
||||
|
||||
await expect(page.getByText('Spread Routes')).toBeVisible({ timeout: 15_000 });
|
||||
await expect(page.getByText(/192\.168\.1\.0\/24/)).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user