430 — should require user on add¶
Description¶
Verifies that the "Add users" dialog flags the Users field as required when the user clicks Save without picking anyone.
Preconditions¶
- Signed-in tenant with a seeded project.
- Project Members page open for the seeded project.
Steps¶
- Click "Add users" to open the dialog.
- Without picking any user or role, click "Save". Expected: the Users field shows a "Required" validation message.
Related¶
- Spec:
playwright/tests/integration/project.spec.ts(line 456)