596 — should add two statuses into transition and then delete one¶
Description¶
Verifies that individual transitions can be removed from a status after multiple have been added; the remaining transitions persist correctly. 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¶
- Open
Doneand add incoming transitions from bothToDoandInPrg. Expected: both transitions are listed onDone. - Open
Doneagain, remove theInPrgtransition, and Save the status. Expected:Donenow lists onlyToDoas its incoming transition.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 129)