vikunja/frontend/tests
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
..
e2e fix: prevent default-page redirect in project history e2e test 2026-04-29 21:51:00 +00:00
factories test(e2e): add TeamProjectFactory 2026-04-21 10:50:09 +00:00
fixtures test(e2e): add Playwright test for avatar cache invalidation 2026-02-13 09:31:28 +01:00
support test(e2e): add user settings nav helper 2026-04-21 10:50:09 +00:00