Skip to content

096 — Should rename column

Description

Verifies that a column on a Simple board can be renamed inline, the new name appears immediately in the column header, and the tasks inside that column are preserved.

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

  1. Confirm the starting board layout. Expected: TO DO has task1–task5 (count 5); IN PROGRESS and DONE empty.
  2. Drag task2 to DONE, task3 to DONE, task4 to IN PROGRESS, and task5 to IN PROGRESS. Expected: TO DO has task1 (count 1); IN PROGRESS has task4, task5 (count 2); DONE has task2, task3 (count 2); column order TO DO → IN PROGRESS → DONE.
  3. Rename the DONE column to "new name". Expected: 3 columns still; column order becomes TO DO → IN PROGRESS → "new name"; the renamed column still contains task2 and task3 (count 2); TO DO still has task1, IN PROGRESS still has task4 and task5.
  • Spec: playwright/tests/integration/board.spec.ts (line 1132)