136 — should delete time record¶
Description¶
Verifies on the personal Calendar Week view that right-clicking a time-record chip and choosing "Move to trash" removes it and the counter drops.
Preconditions¶
- Signed-in tenant on the personal Calendar
- Three seeded time records on today (mutableData1/2/3); mutableData1 is targeted
Steps¶
- Switch to Week view and click
Current. Expected: the calendar shows 3 time records on today. - Right-click mutableData1's chip and choose
Move to trash. Expected: the move-to-trash confirmation modal appears. - Confirm the action. Expected: the "Moved to trash" toast appears.
- Expected: the calendar now shows 2 time records on today.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 810)