Skip to content

077 — Should move task from TODO to DONE

Description

Verifies that dragging a task card from the TO DO column to the DONE column updates both the board layout (counts and card lists) and the task's stored status.

Preconditions

  • Signed-in user on a freshly registered organization.
  • An advanced-type project with 5 tasks in an active sprint "Started Sprint".
  • The task workflow has 5 statuses (TO DO, IN PROGRESS, DONE, TEST TODO, TEST IN PROGRESS).
  • The Agile Board view is open and shows all 5 tasks in TO DO.

Steps

  1. Look at the three default board columns. Expected: TO DO contains task1–task5 (count 5); IN PROGRESS and DONE are empty (count 0); task2 has status TO DO.
  2. Drag task2 from TO DO to the DONE column. Expected: TO DO now lists task1, task3, task4, task5 (count 4); DONE lists task2 (count 1); IN PROGRESS remains empty (count 0); task2's stored status is now DONE.
  • Spec: playwright/tests/integration/board.spec.ts (line 343)