373 — should upload logo and then delete it¶
Description¶
Verifies the full logo lifecycle: an uploaded organization logo can be removed again, and after removal the logo image is no longer present on the page.
Preconditions¶
- Signed in as an admin of a fresh organization.
- Settings → Organization Info page is open.
Steps¶
- Trigger the logo upload action and select
playwright/files/profilePicture.jpegfrom the OS file chooser. - Expected: the generic "updated" success toast appears confirming the logo upload.
- Reload the page. Expected: the organization logo image is visible on the page.
- Trigger the "Remove logo" action.
- Expected: the generic "updated" success toast appears confirming the deletion.
- Expected: the organization logo image is no longer present on the page.
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 214)