610 — should set workflow ToDo - InPrg - Done and test it in project¶
Description¶
Project-workflow equivalent of 600: a strict linear ToDo → InPrg → Done → ToDo Project workflow is enforced on a real project.
Preconditions¶
- Signed in as an admin of a freshly seeded organization with one seeded project.
- Project workflow editor open at the default
ToDo / InPrg / Doneworkflow.
Steps¶
- Configure transitions:
ToDo → Done,InPrg → ToDo,Done → InPrg. Save the workflow. - Switch to Projects, Add Simple project with a title and 5-letter prefix. Expected: default status
ToDo. Click Create. Expected: "Created" toast. - Edit the project. Expected: only
InPrgis allowed. SetInPrg, Save. Expected: "Updated" toast. - Edit the project. Expected: only
Doneis allowed. SetDone, Save. Expected: "Updated" toast. - Edit the project. Expected: only
ToDois allowed.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 645)