Skip to content

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

  1. Create a sprint "Sprint 1" with 2-week duration starting today.
  2. Inspect the backlog. Expected: Backlog has 5 tasks and Sprint 1 has 0 tasks.
  3. Drag the "Task 05" tile from the Backlog group and drop it on the "Sprint 1" group.
  4. Inspect counts. Expected: Backlog now has 4 tasks and Sprint 1 has 1 task.
  • Spec: playwright/tests/integration/backlog.spec.ts (line 668)