Skip to content

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

  1. Create a new custom status In Test under InPrg.
  2. Add transitions: ToDo ← from Done, In Test; InPrg ← from ToDo; Done ← from InPrg, In Test. Note that the new In Test status itself is left with no incoming transitions.
  3. Click Save workflow. Expected: the editor blocks saving and shows the "status without transition" message pointing at In Test.
  • Spec: playwright/tests/integration/workflows.spec.ts (line 139)