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¶
- Open mutableData1's task card, choose the
Editaction from its menu. - Set Status to
In Progress, Story points to8and Due Date to today + 12 days. - Click Save. Expected: the "Updated" toast appears.
- Inspect the same task's card. Expected: title matches and status is now
In Progress. - Re-open the task via Edit, set Status to
Done, click Save. Expected: the "Updated" toast appears. - Inspect the card again. Expected: title matches and status is now
Done.
Related¶
- Spec:
playwright/tests/integration/calendar.spec.ts(line 617)