We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27af099 commit 6951915Copy full SHA for 6951915
src/components/chat/chat.spec.ts
@@ -1048,9 +1048,9 @@ describe('Chat', () => {
1048
} else {
1049
expect(messsageContainer).dom.to.equal(
1050
`<div part="bubble">
1051
- <div>
1052
- <p>${(messsageContainer?.querySelector('p') as HTMLElement)?.innerText}</p>
1053
- </div>
+ <pre part="plain-text">
+ ${chat.messages[index].text}
+ </pre>
1054
<igc-message-attachments>
1055
</igc-message-attachments>
1056
<div style="float: right">
0 commit comments