113 — should set client color, check it and then set to project color and check it¶
Description¶
Verifies on the personal Calendar that toggling the color source between Client and Project re-tints existing time-record chips accordingly, without changing anything else.
Preconditions¶
- Signed-in tenant on the personal Calendar in Week view
- A time record seeded with both client and project (mutableData1) on today
- Calendar settings dialog reachable
Steps¶
- Open Calendar settings, set color source to
CLIENT, save. Expected: the "Calendar updated" toast appears. - Inspect today's time-record chip. Expected: chip color equals the client's color.
- Re-open Calendar settings, switch color source to
PROJECT, save. Expected: the "Calendar updated" toast appears. - Inspect the same chip again. Expected: chip color now equals the project's color.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 351)