Skip to content

Commit b9c6c55

Browse files
committed
tests: update navbar snapshot
1 parent 097d699 commit b9c6c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/__tests__/__snapshots__/NavBar.spec.ts.snap

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exports[`NavBar > renders properly when logged in 1`] = `
99
<li data-v-2202255b=""><a role="button" href="[object Object]">
1010
<!-- @slot This is the default slot which contains the text. -->New magic link
1111
</a></li>
12+
<!--v-if-->
1213
<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>
1314
</ul>
1415
</nav>
@@ -56,6 +57,7 @@ exports[`NavBar > renders properly when logged out 1`] = `
5657
<li data-v-2202255b=""><a role="button" href="[object Object]">
5758
<!-- @slot This is the default slot which contains the text. -->New magic link
5859
</a></li>
60+
<li data-v-2202255b=""><a data-v-2202255b="">Login</a></li>
5961
<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>
6062
</ul>
6163
</nav>

0 commit comments

Comments
 (0)