vikunja/frontend/tests
kolaente c06a33fb63 test(e2e): mirror task id to index in TaskFactory
Multiple TaskFactory.create(1, {id: N, ...}, false) calls for the same
project were all defaulting to index=1 (from {increment} with count=1),
which collides on the newly added UNIQUE(project_id, index) constraint.
Mirror the numeric id override to index so each row stays unique and
matches the id == index convention used by raw seedTasks helpers.

Fixes the e2e playwright seed failures in subtask-duplicates, list/table
filter/search, kanban filter/search, and overview specs.
2026-04-11 20:44:28 +00:00
..
e2e test: add e2e regression test for link share loop while logged in 2026-04-09 10:20:46 +00:00
factories test(e2e): mirror task id to index in TaskFactory 2026-04-11 20:44:28 +00:00
fixtures test(e2e): add Playwright test for avatar cache invalidation 2026-02-13 09:31:28 +01:00
support fix: make apiContext auto-fixture and fix remaining view ID conflicts 2026-04-05 09:48:09 +00:00