Skip to content

089 — Should rename column

Description

Verifies that renaming a board column in Board Settings persists after save and that the renamed column still holds the same tasks with the same stored statuses.

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.
  • The Agile Board view is open and shows 5 tasks in TO DO.

Steps

  1. Drag task2 and task3 into DONE, and task4 and task5 into IN PROGRESS. Expected: TO DO has task1 (count 1); IN PROGRESS has task4, task5 (count 2); DONE has task2, task3 (count 2); column order is TO DO → IN PROGRESS → DONE.
  2. Open Board Settings and rename the DONE column to "new name". Expected: 4 columns still; column order becomes TO DO → IN PROGRESS → "new name".
  3. Save settings. Expected: a "saved" confirmation appears.
  4. Return to the Agile Board. Expected: the renamed "new name" column shows task2 and task3 (count 2); TO DO still has task1 (count 1); IN PROGRESS has task4 and task5 (count 2); the stored status of each task is unchanged (task2 = DONE, task3 = DONE); column order is TO DO → IN PROGRESS → "new name".
  • Spec: playwright/tests/integration/board.spec.ts (line 827)