484 — should create two tasks and delete one¶
Description¶
Verifies that the user can create two tasks, delete one via the row's "Move to trash" action, and that the remaining grid reflects the deletion accurately.
Preconditions¶
- Signed-in tenant with a seeded Advanced project.
- Currently on the seeded project's Tasks tab.
Steps¶
- Click "Add task", set title "Task 1", click "Create" → Expected: the "Created" toast appears and the grid shows 1 task.
- Click "Add task", set title "Task 2", click "Create" → Expected: the "Created" toast appears and the grid shows 2 tasks.
- Inspect the grid → Expected: both "Task 1" and "Task 2" are listed.
- Open the row action menu on "Task 1" and click "Move to trash" → Expected: the move-to-trash confirmation modal is displayed.
- Confirm the modal → Expected: the "Moved to trash" toast appears.
- Inspect the grid → Expected: only "Task 2" remains and the grid shows 1 task.
Related¶
- Spec:
playwright/tests/integration/task.spec.ts(line 248)