mock data
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user