Skip to content

132 — should check time record values in month view

Description

Verifies on the personal Calendar Month view that the right time records appear in the right day cells — mutableData2 on today, mutableData3 on yesterday (note: mutableData1 was already deleted by the preceding "delete task" test in the suite).

Preconditions

  • Signed-in tenant on the personal Calendar
  • Three seeded time records (mutableData1/2/3); mutableData1's record was cascade-deleted earlier in the suite
  • Two events remain to verify: mutableData2 on today, mutableData3 on yesterday

Steps

  1. Switch to Month view and click Current.
  2. Inspect today's cell. Expected: it contains mutableData2's event (mutableData1 is gone).
  3. Inspect yesterday's cell. Expected: it contains mutableData3's event.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 747)