Skip to content

594 — should add transitions and check the add transition button dissapeared if there is no status

Description

Verifies that once every available status has been wired as an incoming transition into a target status, the "Add transition" button is hidden because there is nothing left to add. 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 the Done status and add transitions from ToDo and InPrg (the only two other statuses in the default workflow). Expected: both transitions are listed on Done, and because every other status is now linked, the "Add transition" button is no longer visible inside the Done status form.
  • Spec: playwright/tests/integration/workflows.spec.ts (line 118)