Skip to content

Commit e57787e

Browse files
committed
test(chat): fix attachment header actions test
1 parent 1d6d140 commit e57787e

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

src/components/chat/chat.spec.ts

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -638,26 +638,6 @@ describe('Chat', () => {
638638
</slot>
639639
</div>
640640
<div class="actions">
641-
<slot name="attachment-actions">
642-
<igc-icon-button
643-
class="small"
644-
collection="material"
645-
name="preview"
646-
tabindex="-1"
647-
type="button"
648-
variant="flat"
649-
>
650-
</igc-icon-button>
651-
<igc-icon-button
652-
class="small"
653-
collection="material"
654-
name="more"
655-
tabindex="-1"
656-
type="button"
657-
variant="flat"
658-
>
659-
</igc-icon-button>
660-
</slot>
661641
</div>
662642
</div>
663643
<slot name="attachment-content">
@@ -693,17 +673,6 @@ describe('Chat', () => {
693673
</slot>
694674
</div>
695675
<div class="actions">
696-
<slot name="attachment-actions">
697-
<igc-icon-button
698-
class="small"
699-
collection="material"
700-
name="more"
701-
tabindex="-1"
702-
type="button"
703-
variant="flat"
704-
>
705-
</igc-icon-button>
706-
</slot>
707676
</div>
708677
</div>
709678
<slot name="attachment-content">

0 commit comments

Comments
 (0)