Skip to content

Commit

Permalink
2619 - build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthr6383 committed Jul 8, 2024
1 parent 38e1623 commit 32f03cc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('modus-toolbar', () => {
expect(root).toEqualHtml(`
<modus-toolbar role="toolbar">
<mock:shadow-root>
<modus-button button-style="borderless" class="modus-button" color="secondary">
<modus-button arialabel="button" button-style="borderless" class="modus-button" color="secondary">
Button
</modus-button>
</mock:shadow-root>
Expand Down Expand Up @@ -52,7 +52,7 @@ describe('modus-toolbar', () => {
expect(root).toEqualHtml(`
<modus-toolbar role="toolbar">
<mock:shadow-root>
<modus-button button-style="borderless" class="modus-button" color="secondary" icon-only="close">
<modus-button arialabel="button" button-style="borderless" class="modus-button" color="secondary" icon-only="close">
Button
</modus-button>
</mock:shadow-root>
Expand All @@ -73,7 +73,7 @@ describe('modus-toolbar', () => {
expect(root).toEqualHtml(`
<modus-toolbar role="toolbar">
<mock:shadow-root>
<modus-button button-style="borderless" class="modus-button" color="secondary" icon-only="close">
<modus-button arialabel="button" button-style="borderless" class="modus-button" color="secondary" icon-only="close">
Button
</modus-button>
</mock:shadow-root>
Expand All @@ -94,7 +94,7 @@ describe('modus-toolbar', () => {
expect(root).toEqualHtml(`
<modus-toolbar role="toolbar">
<mock:shadow-root>
<modus-button button-style="borderless" class="modus-button" color="secondary">
<modus-button arialabel="button" button-style="borderless" class="modus-button" color="secondary">
Button
</modus-button>
</mock:shadow-root>
Expand Down

0 comments on commit 32f03cc

Please sign in to comment.