Skip to content

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

  1. Switch to Day view and click Current.
  2. Open the day datepicker, select day 2 of the current week and dismiss the picker.
  3. Expected: the Day view shows exactly 1 time record.
  4. Check the chip and its tooltip. Expected: they match TR2's API record (employee, 15:30–20:30).
  • Spec: playwright/tests/integration/calendar.spec.ts (line 1558)