131 — should check time record values when mouseover them in week view¶
Description¶
Verifies on the personal Calendar Week view that hovering a time-record chip shows a tooltip with the correct client, project, task and duration — for both an intraday event and a multi-day all-day event.
Preconditions¶
- Signed-in tenant on the personal Calendar
- Three seeded time records: mutableData1 (intraday on today), mutableData2 (intraday on today), mutableData3 (spans yesterday → tomorrow, rendered in the all-day stripe)
Steps¶
- Switch to Week view and click
Current. - Hover the mutableData2 chip on today. Expected: the tooltip shows mutableData2's client, project, task title and duration.
- Hover the chip on yesterday (mutableData3, which sits alone in yesterday's all-day stripe). Expected: the tooltip shows mutableData3's client/project/task details.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 723)