chore: update login page snapshot

This commit is contained in:
woothu
2020-04-15 10:52:12 +02:00
parent d919129ba7
commit a6b04a6657
@@ -1,139 +1,147 @@
// 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"
>
<crow-stub
gutters="true"
<ccontainer-stub
tag="div"
>
<ccol-stub
<crow-stub
class="justify-content-center"
gutters="true"
tag="div"
>
<ccardgroup-stub
<ccol-stub
md="8"
tag="div"
>
<ccard-stub
class="p-4"
<ccardgroup-stub
tag="div"
>
<ccardbody-stub>
<cform-stub>
<h1>
Login
</h1>
<ccard-stub
class="p-4"
>
<ccardbody-stub>
<cform-stub>
<h1>
Login
</h1>
<p
class="text-muted"
>
Sign In to your account
</p>
<cinput-stub
autocomplete="username email"
lazy="400"
placeholder="Username"
type="text"
/>
<cinput-stub
autocomplete="curent-password"
lazy="400"
placeholder="Password"
type="password"
/>
<crow-stub
gutters="true"
tag="div"
>
<ccol-stub
class="text-left"
col="6"
tag="div"
>
<cbutton-stub
activeclass="router-link-active"
class="px-4"
color="primary"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Login
</cbutton-stub>
</ccol-stub>
<ccol-stub
class="text-right"
col="6"
tag="div"
>
<cbutton-stub
activeclass="router-link-active"
class="px-0"
color="link"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Forgot password?
</cbutton-stub>
<cbutton-stub
activeclass="router-link-active"
class="d-lg-none"
color="link"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Register now!
</cbutton-stub>
</ccol-stub>
</crow-stub>
</cform-stub>
</ccardbody-stub>
</ccard-stub>
<ccard-stub
bodywrapper="true"
class="text-center py-5 d-md-down-none"
color="primary"
textcolor="white"
>
<ccardbody-stub>
<h2>
Sign up
</h2>
<p
class="text-muted"
>
Sign In to your account
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<cinput-stub
autocomplete="username email"
lazy="400"
placeholder="Username"
type="text"
/>
<cinput-stub
autocomplete="curent-password"
lazy="400"
placeholder="Password"
type="password"
/>
<crow-stub
gutters="true"
tag="div"
<cbutton-stub
activeclass="router-link-active"
color="light"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
size="lg"
target="_self"
type="button"
variant="outline"
>
<ccol-stub
class="text-left"
col="6"
tag="div"
>
<cbutton-stub
activeclass="router-link-active"
class="px-4"
color="primary"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Login
</cbutton-stub>
</ccol-stub>
<ccol-stub
class="text-right"
col="6"
tag="div"
>
<cbutton-stub
activeclass="router-link-active"
class="px-0"
color="link"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Forgot password?
</cbutton-stub>
<cbutton-stub
activeclass="router-link-active"
class="d-md-none"
color="link"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Register now!
</cbutton-stub>
</ccol-stub>
</crow-stub>
</cform-stub>
</ccardbody-stub>
</ccard-stub>
<ccard-stub
bodywrapper="true"
class="text-center py-5 d-sm-down-none"
color="primary"
textcolor="white"
>
<h2>
Sign up
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<cbutton-stub
activeclass="router-link-active"
class="active mt-3"
color="primary"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
>
Register Now!
</cbutton-stub>
</ccard-stub>
</ccardgroup-stub>
</ccol-stub>
</crow-stub>
</ccontainer-stub>
Register Now!
</cbutton-stub>
</ccardbody-stub>
</ccard-stub>
</ccardgroup-stub>
</ccol-stub>
</crow-stub>
</ccontainer-stub>
</div>
`;