Skip to content

Commit

Permalink
💄 Minor update in test selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 16, 2024
1 parent f6b9816 commit f64e770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ describe('WorkflowLMChatModal', () => {
expect(chatDialog.querySelectorAll('.chat-message-from-user')).toHaveLength(1),
);

expect(chatDialog.querySelector('.chat-message')).toHaveTextContent('Hello!');
expect(chatDialog.querySelector('.chat-message-from-user')).toHaveTextContent('Hello!');
});
});

0 comments on commit f64e770

Please sign in to comment.