Skip to content

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

  1. Open Done and add incoming transitions from both ToDo and InPrg. Expected: both transitions are listed on Done.
  2. Open Done again, remove the InPrg transition, and Save the status. Expected: Done now lists only ToDo as its incoming transition.
  • Spec: playwright/tests/integration/workflows.spec.ts (line 129)