Skip to content

486 — should create task and edit it through column button

Description

Verifies that a task's status can be changed via the row's inline edit column button and that the new status is persisted and displayed in the grid.

Preconditions

  • Signed-in tenant with a seeded Advanced project.
  • Currently on the seeded project's Tasks tab.

Steps

  1. Click "Add task", set the title (random 4-word string), and click "Create" → Expected: the "Created" toast appears and the grid shows 1 task.
  2. Inspect the row → Expected: task name matches the entered title and status is "To do".
  3. Click the row's edit column button to open the inline editor.
  4. Change the status to "Done" and click "Save" → Expected: the "Updated" toast appears.
  5. Inspect the row → Expected: task name is unchanged and status is now "Done".
  • Spec: playwright/tests/integration/task.spec.ts (line 295)