Skip to content

Commit

Permalink
test(update): update sidebar test message received
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Mar 1, 2024
1 parent 0d439d9 commit bf922b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/reusable-accounts/08-sidebar-chats.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function sidebarChatsTests() {
await chatsInput.clickOnSendMessage();

// Message is formatted with markdown on chat conversation
await messageLocal.waitForMessageSentToExist("hello");
await messageLocal.waitForMessageSentToExist("__hello__");

// Validate last message on Sidebar is not formatted with markdown
await chatsSidebar.validateLastMessageDisplayed("__hello__");
Expand Down

0 comments on commit bf922b6

Please sign in to comment.