Skip to content

Commit

Permalink
Merge branch 'development' into fix/conversation-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kezik authored Nov 18, 2024
2 parents ccdabe8 + 468d7d9 commit f1274d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/chat-e2e/src/tests/sharedFilesAttachments.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ dialSharedWithMeTest(
additionalShareUserAttachFilesModal,
additionalShareUserDownloadAssertion,
additionalShareUserConfirmationDialog,
localStorageManager,
}) => {
setTestIds(
'EPMRTC-3520',
Expand Down Expand Up @@ -563,7 +564,7 @@ dialSharedWithMeTest(
let secondUserEmptyConversation: Conversation;
const attachmentModel = GeneratorUtil.randomArrayElement(
ModelsUtil.getLatestModelsWithAttachment(),
).id;
);
const user1FolderName = 'SharedFolder';
let user1ConversationInFolder: Conversation;

Expand Down Expand Up @@ -642,9 +643,10 @@ dialSharedWithMeTest(
'User2 accepts share invitation by another user',
async () => {
await additionalUserShareApiHelper.acceptInvite(shareByLinkResponse);
await additionalShareUserLocalStorageManager.setSelectedConversation(
conversationWithTwoRequestsWithAttachments,
await additionalShareUserLocalStorageManager.setRecentModelsIds(
attachmentModel,
);
await localStorageManager.setRecentModelsIds(attachmentModel);
},
);

Expand Down

0 comments on commit f1274d1

Please sign in to comment.