593 — should add transitions¶
Description¶
Verifies that a user can add multiple custom statuses to the workflow and then wire several incoming transitions into one status (here, into Done). Runs in both the Task and Project workflow editor.
Preconditions¶
- Signed in as an admin of a freshly seeded organization that already has a default project.
- Workflow editor open showing the default three statuses:
ToDo,InPrg,Done.
Steps¶
- Create three new custom statuses:
In Test(under InPrg),To Test(under ToDo), andTest Done(under Done). - Open the
Donestatus and add incoming transitions fromIn Test,To Test,Test Done,ToDo, andInPrg. Expected: all five statuses are saved as transitions feeding intoDone. - Reopen the
Donestatus. Expected: the listed incoming transitions are exactlyIn Test,To Test,Test Done,ToDo,InPrg.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 107)