Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Sep 27, 2023
1 parent 8793ee5 commit c5dd4c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/MenuItem/__snapshots__/MenuItem.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`MenuItem > renders 1`] = `
<button
class="_item_37eef5 _interactive_37eef5"
data-kind="critical"
role="menuitem"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -56,6 +57,7 @@ exports[`MenuItem > renders with a child 1`] = `
<button
class="_item_37eef5 _interactive_37eef5"
data-kind="primary"
role="menuitem"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -112,6 +114,7 @@ exports[`MenuItem > renders without a label 1`] = `
<button
class="_item_37eef5 _interactive_37eef5 _no-label_37eef5"
data-kind="primary"
role="menuitem"
>
<svg
aria-hidden="true"
Expand Down

0 comments on commit c5dd4c8

Please sign in to comment.