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