test(ui): add playground to the App Router migration smoke

Append "playground" to MIGRATED_E2E_SEGMENTS so the data-driven smoke covers the
migrated Playground page in both mounts, and the migrated->migrated navigation
test now runs (api-reference <-> playground) instead of skipping.
This commit is contained in:
ryan-crabbe-berri 2026-06-09 10:51:03 -07:00
parent 217ec052c0
commit 455eba04f7

View file

@ -7,10 +7,10 @@
* - server-root-path mount: SERVER_ROOT_PATH=/<root> npm run e2e:migration:root
*
* Keep this in lockstep with MIGRATED_PAGES in src/utils/migratedPages.ts.
* Pending (uncomment as each PR lands): playground, and the leaf-pages batch
* (budgets, caching, cost-tracking, guardrails, guardrails-monitor, logs,
* mcp-servers, memory, policies, projects, prompts, search-tools, skills,
* tag-management, tool-policies, transform-request, ui-theme, vector-stores,
* workflows, access-groups).
* Pending (add as each PR lands): the leaf-pages batch (budgets, caching,
* cost-tracking, guardrails, guardrails-monitor, logs, mcp-servers, memory,
* policies, projects, prompts, search-tools, skills, tag-management,
* tool-policies, transform-request, ui-theme, vector-stores, workflows,
* access-groups).
*/
export const MIGRATED_E2E_SEGMENTS: string[] = ["api-reference"];
export const MIGRATED_E2E_SEGMENTS: string[] = ["api-reference", "playground"];