test(web-ui): cover evidence home and trust route regressions

This commit is contained in:
master
2026-02-20 07:22:12 +02:00
parent 30be41865f
commit 60580de79c
3 changed files with 55 additions and 15 deletions

View File

@@ -331,12 +331,12 @@ test.describe('Critical path shell verification', () => {
await go(page, '/evidence-audit');
await expect(page).toHaveURL(/\/evidence-audit$/);
await ensureShell(page);
await expect(page.locator('body')).toContainText('Evidence Surfaces');
await expect(page.locator('a[href="/administration/trust-signing"]').first()).toBeVisible();
await expect(page.locator('body')).toContainText('Find Evidence');
await expect(page.locator('a[href="/evidence-audit/trust-signing"]').first()).toBeVisible();
await go(page, '/evidence-audit/replay');
await expect(page).toHaveURL(/\/evidence-audit\/replay$/);
await expect(page.locator('app-breadcrumb nav.breadcrumb')).toContainText('Replay / Verify');
await expect(page.locator('app-breadcrumb nav.breadcrumb')).toContainText('Replay & Verify');
await go(page, '/evidence-audit/timeline');
await expect(page).toHaveURL(/\/evidence-audit\/timeline$/);