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¶
- Click "Add project" and choose the "Simple" project kind.
- Without filling anything in, click "Create". Expected: the Title field shows a "Required" validation message.
- Expected: the Prefix/Code field also shows a "Required" validation message.
Related¶
- Spec:
playwright/tests/integration/project.spec.ts(line 185)