081 — Should delete all columns and check statuses are unmapped¶
Description¶
Verifies that deleting columns in Board Settings releases the statuses that were mapped to them, moving those statuses to the "Unmapped" area instead of dropping them silently.
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 5 tasks in TO DO.
Steps¶
- Open Board Settings. Expected: the board has 4 columns — TO DO (mapped to TO DO), IN PROGRESS (mapped to IN PROGRESS), DONE (mapped to DONE), and an Unmapped area containing "TEST TODO" and "TEST IN PROGRESS".
- Delete the TO DO column. Expected: the board now has 3 columns; the TO DO status moves into the Unmapped area together with "TEST TODO" and "TEST IN PROGRESS"; IN PROGRESS and DONE columns remain mapped.
- Delete the IN PROGRESS column. Expected: the board now has 2 columns; the Unmapped area lists "TEST TODO", "TEST IN PROGRESS", TO DO, and IN PROGRESS; only the DONE column remains mapped.
Related¶
- Spec:
playwright/tests/integration/board.spec.ts(line 448)