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 0f499de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 79 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
76 changes: 0 additions & 76 deletions tests/__snapshots__/Responsive.spec.tsx.snap

This file was deleted.

0 comments on commit 0f499de

Please sign in to comment.