Skip to content

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

  1. Click Add members without selecting any user or role.
  2. Click Save. Expected: a required-field validation message is shown under the Users input.
  • Spec: playwright/tests/integration/client.spec.ts (line 635)