vikunja/frontend/tests/e2e/project
surfingbytes dd50d89aab fix: prevent default-page redirect in project history e2e test
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
2026-04-29 21:51:00 +00:00
..
filter-persistence.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
parent-project-clear.spec.ts chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
prepareProjects.ts chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
project-history.spec.ts fix: prevent default-page redirect in project history e2e test 2026-04-29 21:51:00 +00:00
project-view-gantt.spec.ts test(e2e): use ISOString for date seeding to prevent timezone parsing errors 2026-04-24 11:24:34 +02:00
project-view-kanban.spec.ts test(e2e/kanban): seed the view only once with done_bucket_id 2026-04-14 11:32:14 +00:00
project-view-list.spec.ts chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
project-view-table.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
project.spec.ts Fixed test 2026-04-04 11:26:06 +00:00
saved-filter-favorite.spec.ts feat(filters): add UI for marking saved filters as favorites (#2055) 2026-01-07 16:21:41 +00:00
webhooks.spec.ts test(e2e): drop unused authenticatedPage from webhooks beforeEach 2026-04-21 10:50:09 +00:00