599 — should check default workflow and test it in task¶
Description¶
Verifies the default "Any status → Any status" workflow behaves correctly on a real task: every status can transition to every other status, with no restriction.
Preconditions¶
- Signed in as an admin of a freshly seeded organization that already has a default project.
- Task workflow editor open at the default workflow (
ToDo,InPrg,Done, each set toAny status). - Recover-change modal (if shown) is dismissed.
Steps¶
- In the workflow editor verify all three statuses (
ToDo,InPrg,Done) are set toAny status. Expected: every status accepts every other as a transition. - Open Tasks, Add task, set title. Expected: default status is
ToDoand the status menu offers all options. - Click Create. Expected: "Created" toast.
- Reopen the task. Expected: allowed next statuses are
InPrgandDone. Set statusInPrg, Save. Expected: "Updated" toast. - Reopen the task. Expected: allowed next statuses are
ToDoandDone. Set statusDone, Save. Expected: "Updated" toast. - Reopen the task. Expected: allowed next statuses are
ToDoandInPrg, confirming the default workflow is fully open.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 183)