295 — should complete workflow with organization image¶
Description¶
Same as scenario 294 (logged-in invitee accepts an invite to a second organization) but the inviting organization has uploaded a logo, so this scenario also verifies the logo is shown on the invite page.
Preconditions¶
- Inviting organization has uploaded a logo (
profilePicture.jpeg). - The invitee has an existing account with their own organization and is currently logged in.
- The invitation email has been delivered; the invite link is valid and unused.
Steps¶
- Open the invite link in the same browser session. Expected: the inviter's organization logo is rendered on the invite page and matches the original uploaded image, and the invitation offer shows the inviting organization's name with the invitee's email pre-filled.
- Click "Accept". Expected: the "welcome to the organization" confirmation is shown for the inviting organization.
Related¶
- Spec:
playwright/tests/integration/invite.spec.ts(line 273)