093 — Should move tasks, delete first column and check moved tasks¶
Description¶
Verifies that when the first (left-most) column on a Simple board is deleted, its tasks are merged into the next column to the right rather than being lost or dropped.
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.
- Drag task2 to IN PROGRESS, task3 to DONE, and task4 to DONE. Expected: TO DO has task1, task5 (count 2); IN PROGRESS has task2 (count 1); DONE has task3, task4 (count 2).
- Delete the TO DO (first) column. Expected: only 2 columns remain; IN PROGRESS now lists task2, task1, task5 (count 3) — the orphaned TO DO tasks merged after the existing task2; DONE still has task3, task4 (count 2).
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 1012)