Skip to content

Commit

Permalink
test: snap
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ice committed Aug 15, 2024
1 parent e685e68 commit 15cd0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/__snapshots__/MenuItem.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ exports[`MenuItem overwrite default role should set extra to group option 1`] =
<div
class="rc-menu-item-group-title"
role="presentation"
title="Top Menu Item"
title="Top Menu Group with children"
>
Top Menu Item
Top Menu Group with children
</div>
<ul
class="rc-menu-item-group-list"
Expand All @@ -22,7 +22,7 @@ exports[`MenuItem overwrite default role should set extra to group option 1`] =
role="menuitem"
tabindex="-1"
>
Top Menu Item
Menu Item 1
<span
class="rc-menu-extra"
>
Expand Down

0 comments on commit 15cd0fe

Please sign in to comment.