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¶
- Click "Edit team". Expected: the Title field shows the original team name (team).
- Replace the Title with a new generated name (newName).
- Click Save. Expected: an "Updated" popup appears.
- Click "Edit team" again. Expected: the Title field shows the new name (newName).
Related¶
- Spec:
playwright/tests/integration/teams.spec.ts(line 322)