138 — should test right click on time record and edit¶
Description¶
Verifies on the personal Calendar Week view that the "Edit" context-menu entry on a time-record chip opens the edit modal and that saving with Billable off updates the tooltip.
Preconditions¶
- Signed-in tenant on the personal Calendar
- Three seeded time records on today (mutableData1/2/3); mutableData1 is targeted
Steps¶
- Switch to Week view and click
Current. - Right-click mutableData1's chip and choose
Edit. Expected: the time-record edit modal opens. - Toggle Billable off and click Save. Expected: the "Updated" toast appears.
- Hover the chip again. Expected: the tooltip shows duration
08:00and billable0%.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 830)