495 — should check required fields outside of team¶
Description¶
Verifies that the new-team form blocks submission when the Title field is empty by showing a "Required" validation message.
Preconditions¶
- Signed-in admin user.
- The Teams page is open.
Steps¶
- Click the "Add team" button to open the new-team form.
- Leave the Title field empty and click Save. Expected: a "Required" helper text appears under the Title field and the team is not created.
Related¶
- Spec:
playwright/tests/integration/teams.spec.ts(line 116)