597 — should left status without transition and check message¶
Description¶
Verifies that if any custom status is left without at least one transition, the workflow cannot be saved and a "status without transition" warning is shown. 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 a new custom status
In TestunderInPrg. - Add transitions:
ToDo← fromDone,In Test;InPrg← fromToDo;Done← fromInPrg,In Test. Note that the newIn Teststatus itself is left with no incoming transitions. - Click Save workflow. Expected: the editor blocks saving and shows the "status without transition" message pointing at
In Test.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 139)