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 c387091 commit bdac4b8Copy full SHA for bdac4b8
src/components/chat/chat.spec.ts
@@ -220,7 +220,7 @@ describe('Chat', () => {
220
expect(chat).shadowDom.to.equal(
221
` <div part="chat-container">
222
<div hidden="" part="header">
223
- <slot name="prefix" part="prefix"></slot>
+ <slot hidden="" name="prefix" part="prefix"></slot>
224
<slot name="title" part="title"></slot>
225
<slot part="actions" name="actions"></slot>
226
</div>
@@ -427,7 +427,7 @@ describe('Chat', () => {
427
428
expect(headerArea).dom.to.equal(
429
`<div part="header">
430
- <slot name="prefix" part="prefix">
+ <slot hidden="" name="prefix" part="prefix">
431
</slot>
432
<slot name="title" part="title">
433
Chat
0 commit comments