Skip to content

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

  1. Trigger the logo upload action and select playwright/files/profilePicture.jpeg from the OS file chooser.
  2. Expected: the generic "updated" success toast appears confirming the logo upload.
  3. Reload the page. Expected: the organization logo image is visible on the page.
  4. Trigger the "Remove logo" action.
  5. Expected: the generic "updated" success toast appears confirming the deletion.
  6. Expected: the organization logo image is no longer present on the page.
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 214)