Skip to content

161 — should check time record values when mouseover them in week view

Description

Verifies on the team Users calendar Week view that all four seeded time records (owner's TR0, TR1 and employee's TR2, TR3) render with the correct chips and tooltips matching the API response.

Preconditions

  • Signed-in tenant on the Users calendar (team view)
  • Four time records (trId0, trId1, trId2, trId3) seeded across the current week — two for owner, two for an extra employee
  • Organization timezone set to Atlantic/Reykjavik

Steps

  1. Switch to Week view and click Current.
  2. For each of TR0, TR1, TR2, TR3 check the chip's location and tooltip. Expected: each chip's day, start/end times and tooltip text exactly match its API record.
  3. Expected: the calendar shows 4 time records in total.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 1523)