Skip to content

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

  1. Click the Create time record footer button.
  2. In the dialog click Create. Expected: the "Created" toast appears.
  3. Re-check the calendar. Expected: there are now 5 time records in total.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 1653)