Skip to content

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

  1. Click "Add users" to open the dialog.
  2. Without picking any user or role, click "Save". Expected: the Users field shows a "Required" validation message.
  • Spec: playwright/tests/integration/project.spec.ts (line 456)