Skip to content

371 — should upload and verify organization logo

Description

Verifies that an organization logo image can be uploaded on the Organization Info page and that the stored image matches the file the user selected.

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 the test image file playwright/files/profilePicture.jpeg from the OS file chooser.
  2. Expected: the generic "updated" success toast appears confirming the logo was saved.
  3. Reload the page.
  4. Expected: the logo shown on the page matches the original profilePicture.jpeg file content (compared visually against the source at roughly 300×200).
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 185)