Polish Deploy Recon page scan UX and Crucible cross-links.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-07 11:24:32 -07:00
parent f3e5a9a07d
commit 1560ca9489
14 changed files with 156 additions and 19 deletions

View File

@@ -38,7 +38,7 @@ test.describe('Deploy Recon smoke', () => {
await expect(page.getByTestId('dr-results')).toBeVisible({ timeout: 10_000 });
await expect(page.getByTestId('dr-port-matrix')).toBeVisible();
await expect(page.getByTestId('dr-finding-ssrf')).toBeVisible();
await expect(page.getByRole('link', { name: /Fleet spread to e2e-recon\.lab/i })).toBeVisible();
await expect(page.getByRole('link', { name: /Fleet spread to e2e-recon\.lab/i }).first()).toBeVisible();
});
test('/browser-spread alias redirects to deploy recon', async ({ page }) => {