The home route's beforeEnter guard redirects to the last visited project
when defaultPage is LAST_VISITED (the new default). This caused the
second test to never reach Home.vue after visiting projects, since
page.goto('/') triggered a fresh page load where the redirect guard
was not yet primed.
Navigate to '/' first to set the sessionStorage redirect flag, then use
the Overview menu link (SPA navigation) to return home.
Made-with: Cursor
|
||
|---|---|---|
| .. | ||
| filter-persistence.spec.ts | ||
| parent-project-clear.spec.ts | ||
| prepareProjects.ts | ||
| project-history.spec.ts | ||
| project-view-gantt.spec.ts | ||
| project-view-kanban.spec.ts | ||
| project-view-list.spec.ts | ||
| project-view-table.spec.ts | ||
| project.spec.ts | ||
| saved-filter-favorite.spec.ts | ||
| webhooks.spec.ts | ||