vikunja/frontend/tests/e2e
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
..
admin test(admin): add e2e tests for admin panel 2026-04-20 18:55:06 +00:00
editor test(editor): add e2e for emoji autocomplete 2026-04-14 13:48:49 +00:00
filters chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
misc Fixed test 2026-04-04 10:15:31 +00:00
project fix: prevent default-page redirect in project history e2e test 2026-04-29 21:51:00 +00:00
sharing test(e2e): cover link share permission tiers 2026-04-21 10:50:09 +00:00
task feat(a11y): fix heading hierarchy across pages 2026-04-21 11:44:36 +00:00
user test(user): add tests for updating week start day and verifying date picker behavior 2026-04-24 11:24:34 +02:00
websocket test: add WebSocket e2e tests 2026-04-02 16:30:23 +00:00