080 — Should create new task in tasks, and check it was assigned to correct column¶
Description¶
Verifies that a task created via the Tasks tab, assigned to the active sprint with status TO DO, immediately appears in the correct column on the Agile Board.
Preconditions¶
- Signed-in user on a freshly registered organization.
- An advanced-type project with 5 tasks in the active sprint "Started Sprint".
- The task workflow has 5 statuses.
- The Agile Board view is open and shows 5 tasks in TO DO.
Steps¶
- Navigate to the Tasks tab and click "Add Task". Expected: the new-task form opens.
- Set the title to "Task6", select the "Started Sprint" sprint, set status to TO DO, and click Create. Expected: a "task created" confirmation appears and the Tasks list now shows 6 tasks.
- Open the Agile Board view. Expected: the TO DO column shows 6 task cards (task1, task2, task3, task4, task5, Task6) with count 6; IN PROGRESS and DONE remain empty (count 0).
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 425)