362 — should change name of organization¶
Description¶
Verifies that editing the organization name (Title) on the Organization Info page saves successfully and the new name is shown both on the form and in the application's organization-name display.
Preconditions¶
- Signed in as an admin of a fresh organization.
- Settings → Organization Info page is open.
Steps¶
- Generate a new organization name in the format
Org-<random company name>and type it into the Title field. - Click Save. Expected: the "Organization updated" success toast appears.
- Reload the page. Expected: the Title input value matches the new name.
- Expected: the organization name displayed elsewhere in the UI (header/branding) also reflects the new name.
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 72)