mock data

This commit is contained in:
master
2026-02-21 19:10:28 +02:00
parent b911537870
commit 1edce73165
61 changed files with 2325 additions and 3424 deletions

View File

@@ -142,6 +142,7 @@ test.describe('IA v2 accessibility and regression', () => {
});
test('canonical roots expose landmarks and navigation controls', async ({ page }) => {
test.setTimeout(90_000);
const roots = ['/mission-control/board', '/releases', '/security', '/evidence', '/ops', '/setup'];
for (const path of roots) {
@@ -184,6 +185,7 @@ test.describe('IA v2 accessibility and regression', () => {
});
test('breadcrumbs render canonical ownership on key shell routes', async ({ page }) => {
test.setTimeout(90_000);
const checks: Array<{ path: string; expected: string }> = [
{ path: '/mission-control/board', expected: 'Mission Board' },
{ path: '/releases/versions', expected: 'Release Versions' },