vikunja/frontend/tests/e2e/task
kolaente ef1efbc29a
fix(editor): make sure checkbox lists are unique (#2007)
This fixes a checkbox persistence bug where toggling one checkbox would affect others with identical text. To make this work, a new unique `data-task-id` attribute was added to each task list item for reliable identification.

Fixes #293, #563

🐰 With nanoid's magic and IDs so fine,
Each checkbox now knows which line is mine,
No more lost state when the page reloads—
Tasks persist through every browser node!
2025-12-19 17:12:31 +01:00
..
comment-pagination.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
date-display.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
drag-to-project.spec.ts feat(tasks): move tasks between projects with drag and drop (#1945) 2025-12-10 18:59:38 +00:00
mention-in-comment.spec.ts fix(editor): prevent TypeError when typing mentions in comments (#1997) 2025-12-16 22:56:05 +00:00
overview.spec.ts fix(tests): unskip and fix Playwright E2E tests (#1973) 2025-12-12 16:20:22 +00:00
subtask-duplicates.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
task.spec.ts fix(editor): make sure checkbox lists are unique (#2007) 2025-12-19 17:12:31 +01:00