125 — should delete task¶
Description¶
Verifies on the personal Calendar that deleting a task from the side panel via "Move to trash" removes it and decreases the counter.
Preconditions¶
- Signed-in tenant on the personal Calendar with the Tasks side panel visible
- Three seeded tasks (mutableData1/2/3)
Steps¶
- Expected: the Tasks counter initially shows
3. - Open mutableData1's task card and choose
Move to trash. Expected: the move-to-trash confirmation modal appears. - Confirm the action. Expected: the "Moved to trash" toast appears.
- Re-check the side panel. Expected: the Tasks counter now shows
2.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 657)