Skip to content

135 — should test doubleclick on time record and edit

Description

Verifies on the personal Calendar Week view that double-clicking a time-record chip opens it for editing, and toggling "Billable" off and saving updates the chip's tooltip values.

Preconditions

  • Signed-in tenant on the personal Calendar
  • Three seeded time records on today (mutableData1/2/3); mutableData1 is targeted

Steps

  1. Switch to Week view and click Current.
  2. Double-click mutableData1's chip. Expected: the time-record edit modal opens.
  3. Toggle Billable off and click Save.
  4. Hover the chip again. Expected: the tooltip shows duration 08:00 and billable 0%.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 794)