Skip to content

142 — should check if 100 time records are correctly shown in one day and check month, week and day view

Description

Verifies on the personal Calendar that 100 short time records on today plus the seeded ones render correctly in Month (with the "+more" overflow link), Week, and Day views.

Preconditions

  • Signed-in tenant on the personal Calendar
  • Three seeded time records (baseline 3, or 4 on Sun/Mon because mutableData3 straddles the week boundary)
  • 100 additional 1h30m time records created via API on today

Steps

  1. Switch to Month view and click Current. Expected: the calendar reports 100 + baseline time records on today.
  2. Expected: the "+more" overflow link on today shows count 100 + baseline - 2 (the daygrid shows only 2 events directly).
  3. Click the "+more" link. Expected: the overflow popover header shows today's date and lists 100 + 3 events.
  4. Switch to Week view and click Current. Expected: today's column shows 100 + 3 time records.
  5. Switch to Day view and click Current. Expected: today's day view shows 100 + 3 time records.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 947)