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¶
- Create 100 tasks via the API, titled
Task 01…Task 100, each falling in the current month. - Reload the calendar.
- Switch to Month view and click
Current. - Expected: the Tasks counter shows
103(100 new + 3 seeded).
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 706)