Skip to content

Commit

Permalink
chore: update user menu test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiremitrov123 committed Jul 14, 2023
1 parent c3efe08 commit a35f4d1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/components/UserMenu/__snapshots__/UserMenu.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ exports[`<UserMenu> > renders and matches snapshot 1`] = `
<ul
class="_menuItems_457528"
>
<div
class="_sectionHeader_457528"
>
nav.settings
</div>
<li>
<a
aria-label="nav.profile"
class="_menuButton_91706b"
href="/u/profiles"
tabindex="0"
>
<div
class="_startIcon_91706b"
>
<img
class="_profileIcon_457528"
/>
</div>
<span>
nav.profile
</span>
</a>
</li>
<li>
<a
aria-label="nav.account"
Expand Down

0 comments on commit a35f4d1

Please sign in to comment.