mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 22:55:06 +00:00
- Add loading state waits to 'Marks a task as done' test - Add loading state waits to navigation tests: - 'provides back navigation to the project in the list view' - 'provides back navigation to the project in the table view' - 'provides back navigation to the project in the kanban view on mobile' - 'does not provide back navigation to the project in the kanban view on desktop' - These fixes prevent CypressError where task elements have CSS pointer-events: none - All tests now wait for .is-loading class removal before attempting element interactions - Comprehensive coverage of task interaction patterns that were causing CI failures 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>