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