097 — Should create new task in tasks, and check it was assigned to correct column¶
Description¶
Verifies that a task created from the Tasks tab on a Simple project automatically appears in the TO DO column of the Simple Board, since new tasks default to status TO DO.
Preconditions¶
- Signed-in user on a freshly registered organization.
- A Simple-type project with 5 seeded tasks.
- The Simple 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" and click Create. Expected: a "task created" confirmation appears and the Tasks list shows 6 tasks.
- Open the Simple Board. Expected: the TO DO column shows 6 task cards in order task1, task2, task3, task4, task5, Task6 (count 6); IN PROGRESS and DONE remain empty (count 0).
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 1167)