595 — should check required text if transition is not added¶
Description¶
Verifies that when a user clicks "Add transition" but does not pick a source status, saving the status surfaces a "Required" validation message on the transition field. 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
ToDostatus and click "Add transition" but leave the new transition empty (no source status picked). - Click Save on the status. Expected: the empty transition row shows the "Required" validation error, and the status does not save.
Related¶
- Spec:
playwright/tests/integration/workflows.spec.ts(line 123)