Skip to content

Commit

Permalink
fix: updated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari committed Jan 9, 2025
1 parent 832ba7f commit 160b158
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/account-settings/test/__snapshots__/JumpNav.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ exports[`JumpNav should not render Optional Information or delete account link 1
Social Media Links
</a>
</li>
<li
className=""
>
<a
aria-current="page"
className="active"
href="/#notifications"
isActive={[Function]}
onClick={[Function]}
>
Notifications
</a>
</li>
<li
className=""
>
Expand Down Expand Up @@ -138,6 +151,19 @@ exports[`JumpNav should render Optional Information and delete account link 1`]
Social Media Links
</a>
</li>
<li
className=""
>
<a
aria-current="page"
className="active"
href="/#notifications"
isActive={[Function]}
onClick={[Function]}
>
Notifications
</a>
</li>
<li
className=""
>
Expand Down

0 comments on commit 160b158

Please sign in to comment.