chore: update login page snapshot

This commit is contained in:
woothu
2020-04-15 10:52:12 +02:00
parent d919129ba7
commit a6b04a6657
@@ -1,15 +1,19 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Login.vue renders correctly 1`] = `
<ccontainer-stub
class="d-flex content-center min-vh-100"
tag="div"
<div
class="c-app flex-row align-items-center"
>
<ccontainer-stub
tag="div"
>
<crow-stub
class="justify-content-center"
gutters="true"
tag="div"
>
<ccol-stub
md="8"
tag="div"
>
<ccardgroup-stub
@@ -87,7 +91,7 @@ exports[`Login.vue renders correctly 1`] = `
<cbutton-stub
activeclass="router-link-active"
class="d-md-none"
class="d-lg-none"
color="link"
event="click"
exactactiveclass="router-link-exact-active"
@@ -105,10 +109,11 @@ exports[`Login.vue renders correctly 1`] = `
<ccard-stub
bodywrapper="true"
class="text-center py-5 d-sm-down-none"
class="text-center py-5 d-md-down-none"
color="primary"
textcolor="white"
>
<ccardbody-stub>
<h2>
Sign up
</h2>
@@ -119,21 +124,24 @@ exports[`Login.vue renders correctly 1`] = `
<cbutton-stub
activeclass="router-link-active"
class="active mt-3"
color="primary"
color="light"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
size="lg"
target="_self"
type="button"
variant="outline"
>
Register Now!
</cbutton-stub>
</ccardbody-stub>
</ccard-stub>
</ccardgroup-stub>
</ccol-stub>
</crow-stub>
</ccontainer-stub>
</ccontainer-stub>
</div>
`;