Skip to content

130 — should check if 100 tasks are correctly shown

Description

Verifies on the personal Calendar that the Tasks side panel and counter scale correctly when 100 additional tasks are created on top of the three seeded tasks (103 total).

Preconditions

  • Signed-in tenant on the personal Calendar
  • Three seeded tasks (mutableData1/2/3) already present
  • API-level Task creation available

Steps

  1. Create 100 tasks via the API, titled Task 01Task 100, each falling in the current month.
  2. Reload the calendar.
  3. Switch to Month view and click Current.
  4. Expected: the Tasks counter shows 103 (100 new + 3 seeded).
  • Spec: playwright/tests/integration/calendar.spec.ts (line 706)