Skip to content

Commit

Permalink
chore: update login page snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Apr 15, 2020
1 parent d919129 commit a6b04a6
Showing 1 changed file with 125 additions and 117 deletions.
242 changes: 125 additions & 117 deletions tests/unit/views/pages/__snapshots__/Login.spec.js.snap
Original file line number Diff line number Diff line change
@@ -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>
<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"
<ccard-stub
class="p-4"
>
<ccardbody-stub>
<cform-stub>
<h1>
Login
</h1>
<p
class="text-muted"
>
<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>
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"
/>
<ccol-stub
class="text-right"
col="6"
<crow-stub
gutters="true"
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"
<ccol-stub
class="text-left"
col="6"
tag="div"
>
Forgot password?
</cbutton-stub>
<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>
<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"
<ccol-stub
class="text-right"
col="6"
tag="div"
>
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="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>
<cbutton-stub
activeclass="router-link-active"
class="active mt-3"
<ccard-stub
bodywrapper="true"
class="text-center py-5 d-md-down-none"
color="primary"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
type="button"
textcolor="white"
>
Register Now!
</cbutton-stub>
</ccard-stub>
</ccardgroup-stub>
</ccol-stub>
</crow-stub>
</ccontainer-stub>
<ccardbody-stub>
<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"
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>
</div>
`;

0 comments on commit a6b04a6

Please sign in to comment.