613 — should set workflow ToDo/ToTest - InPrg/In Test - Done and test it in project¶
Description¶
Project-workflow equivalent of 603: a six-status workflow with parallel branches (ToDo/To Test, InPrg/In Test, Done/Test Done) and To Test as the initial status; walks a project along the test branch.
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¶
- Add custom statuses
In Test,To Test,Test Done. Switch initial status toTo Test, Save. Configure transitions:ToDoempty,InPrg ← ToDo,Done ← InPrg,In Test ← To Test,Test Done ← In Test. Save workflow. Expected: "Saved" toast and 6 statuses present. - Switch to Projects, Add Simple project with title and 5-letter prefix. Expected: at create time the status menu shows only
ToDoand the editor displays the initial status asTo Test. Click Create. Expected: "Created" toast. - Edit the project. Expected: current status
To Test, onlyIn Testis allowed. SetIn Test, Save. Expected: "Updated" toast. - Edit the project. Expected: only
Test Doneis allowed. SetTest Done, Save. Expected: "Updated" toast. - Edit the project. Expected: no further transitions are available (terminal status on the test branch).
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 801)