Skip to content

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

  1. Click the "Add team" button to open the new-team form.
  2. Leave the Title field empty and click Save. Expected: a "Required" helper text appears under the Title field and the team is not created.
  • Spec: playwright/tests/integration/teams.spec.ts (line 116)