Skip to content

419 — should check required fields

Description

Verifies that submitting the "Add project" form with no input flags both the Title and Prefix/Code fields as required.

Preconditions

  • Signed-in tenant on the Projects page.

Steps

  1. Click "Add project" and choose the "Simple" project kind.
  2. Without filling anything in, click "Create". Expected: the Title field shows a "Required" validation message.
  3. Expected: the Prefix/Code field also shows a "Required" validation message.
  • Spec: playwright/tests/integration/project.spec.ts (line 185)