460 — should test required fields¶
Description¶
Verifies that the "Add user role" form blocks submission when the title and permission selection are empty, surfacing both required-field messages.
Preconditions¶
- Signed-in admin on a fresh organization.
- Settings → Roles area is open with the User roles tab selected and the breadcrumb confirms "User roles".
Steps¶
- Click Add user role to open the create modal.
- Click Create without filling anything in. → Expected: the form does not submit; the Title field shows the "required" validation message and the Permission selector shows a "select a permission" validation message.
Related¶
- Spec:
playwright/tests/integration/roles.spec.ts(line 197)