rephrase logged out user invite accept message to clarify that the

invite was accepted
This commit is contained in:
Gregor Vostrak
2026-05-20 22:10:10 +02:00
committed by Constantin Graf
parent f9be92894e
commit 12d58ee42c
3 changed files with 7 additions and 5 deletions

View File

@@ -83,7 +83,9 @@ test.describe('invitation accept banners', () => {
const banner = inviteePage.getByTestId('banner');
await expect(banner).toBeVisible();
await expect(banner).toContainText(/Please log in to finish joining the .* organization\./);
await expect(banner).toContainText(
/Great! You have accepted the invitation to join the .* organization\. Please log in to access it\./
);
// Logging in lands the invitee on the dashboard — they were already added silently
// by the accept controller, so the inviter's members list shows them.