Skip to content

505 — should edit team name

Description

Verifies that an admin can rename a team via the Edit team form and that the new name is persisted.

Preconditions

  • Signed-in admin user (the team owner).
  • A team has just been created and the team detail is open.

Steps

  1. Click "Edit team". Expected: the Title field shows the original team name (team).
  2. Replace the Title with a new generated name (newName).
  3. Click Save. Expected: an "Updated" popup appears.
  4. Click "Edit team" again. Expected: the Title field shows the new name (newName).
  • Spec: playwright/tests/integration/teams.spec.ts (line 322)