Skip to content

Commit

Permalink
feat/duplicate-shared-prompt: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
irinakartun committed Sep 10, 2024
1 parent 9e9bad1 commit a157ca6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/chat-e2e/src/tests/sharedWithMePrompts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ dialSharedWithMeTest(
shareByLinkResponse.invitationLink,
),
);
await additionalShareUserDialHomePage.waitForPageLoaded({
isNewConversationVisible: true,
});
await additionalShareUserDialHomePage.waitForPageLoaded();
await additionalShareUserSharedWithMePromptAssertion.assertEntityState(
{ name: prompt.name },
'visible',
Expand Down

0 comments on commit a157ca6

Please sign in to comment.