Skip to content

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

  1. Switch to Week view and click Current. Expected: the calendar shows 3 time records on today.
  2. Right-click mutableData1's chip and choose Move to trash. Expected: the move-to-trash confirmation modal appears.
  3. Confirm the action. Expected: the "Moved to trash" toast appears.
  4. Expected: the calendar now shows 2 time records on today.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 810)