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 // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Login.vue renders correctly 1`] = ` exports[`Login.vue renders correctly 1`] = `
<ccontainer-stub <div
class="d-flex content-center min-vh-100" class="c-app flex-row align-items-center"
tag="div"
> >
<crow-stub <ccontainer-stub
gutters="true"
tag="div" tag="div"
> >
<ccol-stub <crow-stub
class="justify-content-center"
gutters="true"
tag="div" tag="div"
> >
<ccardgroup-stub <ccol-stub
md="8"
tag="div" tag="div"
> >
<ccard-stub <ccardgroup-stub
class="p-4" tag="div"
> >
<ccardbody-stub> <ccard-stub
<cform-stub> class="p-4"
<h1> >
Login <ccardbody-stub>
</h1> <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 <p>
class="text-muted" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
>
Sign In to your account
</p> </p>
<cinput-stub <cbutton-stub
autocomplete="username email" activeclass="router-link-active"
lazy="400" color="light"
placeholder="Username" event="click"
type="text" exactactiveclass="router-link-exact-active"
/> routertag="a"
size="lg"
<cinput-stub target="_self"
autocomplete="curent-password" type="button"
lazy="400" variant="outline"
placeholder="Password"
type="password"
/>
<crow-stub
gutters="true"
tag="div"
> >
<ccol-stub
class="text-left" Register Now!
col="6"
tag="div" </cbutton-stub>
> </ccardbody-stub>
<cbutton-stub </ccard-stub>
activeclass="router-link-active" </ccardgroup-stub>
class="px-4" </ccol-stub>
color="primary" </crow-stub>
event="click" </ccontainer-stub>
exactactiveclass="router-link-exact-active" </div>
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>
`; `;