Skip to content

Commit

Permalink
chore: menu: update snaps to account for new default property
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Jun 24, 2023
1 parent 7a8faec commit af8deef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Menu/__snapshots__/Menu.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports[`Menu Menu is large 1`] = `
class="menu-item-button"
role="menuitem"
tabindex="0"
type="button"
>
<span
aria-hidden="false"
Expand Down Expand Up @@ -86,6 +87,7 @@ exports[`Menu Menu is large 1`] = `
disabled=""
role="menuitem"
tabindex="0"
type="button"
>
<span
class="menu-item-wrapper"
Expand Down Expand Up @@ -272,6 +274,7 @@ exports[`Menu Menu is medium 1`] = `
class="menu-item-button"
role="menuitem"
tabindex="0"
type="button"
>
<span
aria-hidden="false"
Expand Down Expand Up @@ -315,6 +318,7 @@ exports[`Menu Menu is medium 1`] = `
disabled=""
role="menuitem"
tabindex="0"
type="button"
>
<span
class="menu-item-wrapper"
Expand Down Expand Up @@ -501,6 +505,7 @@ exports[`Menu Menu is small 1`] = `
class="menu-item-button"
role="menuitem"
tabindex="0"
type="button"
>
<span
aria-hidden="false"
Expand Down Expand Up @@ -544,6 +549,7 @@ exports[`Menu Menu is small 1`] = `
disabled=""
role="menuitem"
tabindex="0"
type="button"
>
<span
class="menu-item-wrapper"
Expand Down

0 comments on commit af8deef

Please sign in to comment.