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¶
- Trigger the logo upload action and select the test image file
playwright/files/profilePicture.jpegfrom the OS file chooser. - Expected: the generic "updated" success toast appears confirming the logo was saved.
- Reload the page.
- Expected: the logo shown on the page matches the original
profilePicture.jpegfile content (compared visually against the source at roughly 300×200).
Related¶
- Spec:
playwright/tests/integration/organization.info.spec.ts(line 185)