331 — should check required fields¶
Description¶
Verifies that the new-label form blocks submission when the title is empty and shows a required-field validation message.
Preconditions¶
- User is signed in to a freshly seeded tenant.
- The Labels page is open and the list is empty.
Steps¶
- Click "Add label" to open the new-label form.
- Without typing anything, click "Create". Expected: the form does not submit, and a "Title is required" validation message is shown under the Title field.
Related¶
- Spec:
playwright/tests/integration/labels.spec.ts(line 86)