039 — should move task to sprint by drag¶
Description¶
Verifies drag-and-drop on the backlog: a task tile dragged from the Backlog group onto a sprint group is reassigned and group counters update accordingly.
Preconditions¶
- Fresh tenant is registered, onboarded and signed in via the API
- A seed project with 5 backlog tasks already exists
- The user is on the project's Backlog page
Steps¶
- Create a sprint "Sprint 1" with 2-week duration starting today.
- Inspect the backlog. Expected: Backlog has 5 tasks and Sprint 1 has 0 tasks.
- Drag the "Task 05" tile from the Backlog group and drop it on the "Sprint 1" group.
- Inspect counts. Expected: Backlog now has 4 tasks and Sprint 1 has 1 task.
Related¶
- Spec:
playwright/tests/integration/backlog.spec.ts(line 668)