mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
rephrase logged out user invite accept message to clarify that the
invite was accepted
This commit is contained in:
committed by
Constantin Graf
parent
f9be92894e
commit
12d58ee42c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user