Skip to content

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

  1. Create three new custom statuses: In Test (under InPrg), To Test (under ToDo), and Test Done (under Done).
  2. Open the Done status and add incoming transitions from In Test, To Test, Test Done, ToDo, and InPrg. Expected: all five statuses are saved as transitions feeding into Done.
  3. Reopen the Done status. Expected: the listed incoming transitions are exactly In Test, To Test, Test Done, ToDo, InPrg.
  • Spec: playwright/tests/integration/workflows.spec.ts (line 107)