Skip to content

Commit

Permalink
[GAUD-7345] add required text to collapsible panel test (#5240)
Browse files Browse the repository at this point in the history
* add required text to collapsible panel test

* Updating vdiff goldens (#5241)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Updating vdiff goldens (#5248)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
KearseTrevor and github-actions[bot] authored Dec 16, 2024
1 parent f3354e9 commit 663f6bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('d2l-collapsible-panel', () => {
const elem = await fixture(html`
<d2l-collapsible-panel panel-title="Panel Title" skeleton>
<div slot="header">Header</div>
<d2l-button-icon slot="actions" icon="tier1:download"></d2l-button-icon>
<d2l-button-icon slot="actions" icon="tier1:download" text="Download"></d2l-button-icon>
Panel Content
</d2l-collapsible-panel>
`);
Expand Down

0 comments on commit 663f6bb

Please sign in to comment.