094 — Should add task with button in column¶
Description¶
Verifies that a new task created via the "Add task" button inside a column lands in that specific column on a Simple board, including columns added by the user.
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 across the 3 default columns.
Steps¶
- Confirm the starting board layout. Expected: 3 columns (TO DO → IN PROGRESS → DONE); TO DO has task1–task5 (count 5); others empty.
- Click "Add task" inside the DONE column, set the title to "Task6", and click Create. Expected: a "task created" confirmation appears; DONE shows Task6 (count 1); TO DO still has 5 tasks; IN PROGRESS empty.
- Click "Add column", name it "New column" and confirm. Expected: the board now has 4 columns in order TO DO → IN PROGRESS → DONE → "New column".
- Click "Add task" inside "New column", set the title to "Task7", and click Create. Expected: a "task created" confirmation appears; "New column" shows Task7 (count 1); the board total is 7 tasks; TO DO still has 5; IN PROGRESS empty; DONE still has Task6.
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 1043)