Skip to content

Commit

Permalink
tests: update navbar snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 27, 2024
1 parent 097d699 commit b9c6c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/__tests__/__snapshots__/NavBar.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exports[`NavBar > renders properly when logged in 1`] = `
<li data-v-2202255b=""><a role="button" href="[object Object]">
<!-- @slot This is the default slot which contains the text. -->New magic link
</a></li>
<!--v-if-->
<li data-v-2202255b=""><button data-v-2202255b="" type="button" tabindex="0" class="outline" aria-label="Open the menu"><span data-v-2202255b="" aria-hidden="true">☰</span></button></li>
</ul>
</nav>
Expand Down Expand Up @@ -56,6 +57,7 @@ exports[`NavBar > renders properly when logged out 1`] = `
<li data-v-2202255b=""><a role="button" href="[object Object]">
<!-- @slot This is the default slot which contains the text. -->New magic link
</a></li>
<li data-v-2202255b=""><a data-v-2202255b="">Login</a></li>
<li data-v-2202255b=""><button data-v-2202255b="" type="button" tabindex="0" class="outline" aria-label="Open the menu"><span data-v-2202255b="" aria-hidden="true">☰</span></button></li>
</ul>
</nav>
Expand Down

0 comments on commit b9c6c55

Please sign in to comment.