fix(web): kanban add-task tests #645

Merged
jason.woltje merged 1 commits from fix/kanban-tests into main 2026-03-01 23:03:22 +00:00
Owner

Fixes failing tests for inline add-task form in kanban columns.

What's Fixed

  • Removed empty state that prevented adding first task
  • Added explicit submit (✓ Add) and Cancel buttons to the form
  • Pass projectId from filter to createTask API

Tests Fixed

  • 'opens add-task form in a column and creates a task via API'
  • 'cancels add-task form when pressing Escape'
Fixes failing tests for inline add-task form in kanban columns. ## What's Fixed - Removed empty state that prevented adding first task - Added explicit submit (✓ Add) and Cancel buttons to the form - Pass projectId from filter to createTask API ## Tests Fixed - 'opens add-task form in a column and creates a task via API' - 'cancels add-task form when pressing Escape'
jason.woltje added 1 commit 2026-03-01 23:02:57 +00:00
fix(web): fix kanban add-task tests
Some checks failed
ci/woodpecker/push/ci Pipeline failed
1ac2c33bc2
- Always render kanban columns even when no tasks exist, enabling task
  creation from empty state
- Add explicit submit (✓ Add) and Cancel buttons to inline add-task form
- Pass projectId from URL filter through to createTask API call
- Fixes both 'opens add-task form' and 'cancels add-task form' tests
jason.woltje merged commit 9305cacd4a into main 2026-03-01 23:03:22 +00:00
Sign in to join this conversation.