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¶
- Open the
Donestatus and add transitions fromToDoandInPrg(the only two other statuses in the default workflow). Expected: both transitions are listed onDone, and because every other status is now linked, the "Add transition" button is no longer visible inside theDonestatus form.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 118)