485 — should create task and delete it through column button¶
Description¶
Verifies that a single task can be created and then deleted directly from the grid row's "Move to trash" column button, leaving the grid empty.
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 with the entered title.
- Click the row's "Move to trash" column button on that task → Expected: the move-to-trash confirmation modal is displayed.
- Confirm the modal → Expected: the "Moved to trash" toast appears.
- Inspect the grid → Expected: the grid contains 0 tasks.
Related¶
- Spec:
playwright/tests/integration/task.spec.ts(line 279)