Skip to content

Commit bdac4b8

Browse files
committed
chore(*): adjust chat tests
1 parent c387091 commit bdac4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/chat/chat.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ describe('Chat', () => {
220220
expect(chat).shadowDom.to.equal(
221221
` <div part="chat-container">
222222
<div hidden="" part="header">
223-
<slot name="prefix" part="prefix"></slot>
223+
<slot hidden="" name="prefix" part="prefix"></slot>
224224
<slot name="title" part="title"></slot>
225225
<slot part="actions" name="actions"></slot>
226226
</div>
@@ -427,7 +427,7 @@ describe('Chat', () => {
427427

428428
expect(headerArea).dom.to.equal(
429429
`<div part="header">
430-
<slot name="prefix" part="prefix">
430+
<slot hidden="" name="prefix" part="prefix">
431431
</slot>
432432
<slot name="title" part="title">
433433
Chat

0 commit comments

Comments
 (0)