171 — should create time record and check calendar¶
Description¶
Verifies on the team Users calendar that the "Create time record" footer button opens the create dialog and that confirming creates a 5th time record on top of the four seeded ones.
Preconditions¶
- Signed-in tenant on the Users calendar (team view)
- Four seeded time records (TR0/TR1/TR2/TR3) for owner + extra employee
Steps¶
- Click the
Create time recordfooter button. - In the dialog click
Create. Expected: the "Created" toast appears. - Re-check the calendar. Expected: there are now 5 time records in total.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 1653)