163 — should check time record values in day view¶
Description¶
Verifies on the team Users calendar Day view that navigating to a specific day via the datepicker (day 2 of the current week, where TR2 lives) shows only TR2 with the right chip and tooltip values.
Preconditions¶
- Signed-in tenant on the Users calendar (team view)
- Four time records seeded; TR2 falls on day 2 of the current week (employee, 15:30–20:30)
- Organization timezone set to Atlantic/Reykjavik
Steps¶
- Switch to Day view and click
Current. - Open the day datepicker, select day 2 of the current week and dismiss the picker.
- Expected: the Day view shows exactly 1 time record.
- Check the chip and its tooltip. Expected: they match TR2's API record (employee, 15:30–20:30).
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 1558)