Skip to content

124 — should change task status to In Progress

Description

Verifies on the personal Calendar that editing a side-panel task via Edit lets the user move it from To Do to In Progress and later to Done, and that each save updates the card's status.

Preconditions

  • Signed-in tenant on the personal Calendar with the Tasks side panel visible
  • Three seeded tasks; mutableData1's task is the one being edited
  • Calendar context-menu (Edit) action available on task cards

Steps

  1. Open mutableData1's task card, choose the Edit action from its menu.
  2. Set Status to In Progress, Story points to 8 and Due Date to today + 12 days.
  3. Click Save. Expected: the "Updated" toast appears.
  4. Inspect the same task's card. Expected: title matches and status is now In Progress.
  5. Re-open the task via Edit, set Status to Done, click Save. Expected: the "Updated" toast appears.
  6. Inspect the card again. Expected: title matches and status is now Done.
  • Spec: playwright/tests/integration/calendar.spec.ts (line 617)