609 — should check default workflow and test it in project¶
Description¶
Project-workflow equivalent of 599: verifies the default "Any status → Any status" Project workflow is fully open on a real project — every status can transition to every other.
Preconditions¶
- Signed in as an admin of a freshly seeded organization with one seeded project.
- Project workflow editor open at the default workflow (
ToDo,InPrg,Done, eachAny status). - Recover-change modal dismissed.
Steps¶
- In the editor verify each of
ToDo,InPrg,Doneis set toAny status. - Switch to Projects (1 project present), click Add project, pick Simple, set title and a 5-letter prefix. Expected: default project status is
ToDoand create-time menu offers all options. Click Create. Expected: "Created" toast. - Edit the project. Expected: allowed next statuses are
InPrgandDone. SetInPrg, Save. Expected: "Updated" toast. - Edit the project. Expected: allowed next statuses are
ToDoandDone. SetDone, Save. Expected: "Updated" toast. - Edit the project. Expected: allowed next statuses are
ToDoandInPrg, confirming full open transitions.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 608)