189 — should check required fields¶
Description¶
Verifies that the Add Members dialog on the client's Members tab requires at least one user to be selected before it can be saved.
Preconditions¶
- Signed-in user (the owner) inside a freshly registered organization
- A client and five additional employees have been seeded via the API
- Browser is on the client's Members tab
Steps¶
- Click Add members without selecting any user or role.
- Click Save. Expected: a required-field validation message is shown under the Users input.
Related¶
- Spec:
playwright/tests/integration/client.spec.ts(line 635)