|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
2 | 2 |
|
3 | 3 | exports[`Login.vue renders correctly 1`] = ` |
4 | | -<ccontainer-stub |
5 | | - class="d-flex content-center min-vh-100" |
6 | | - tag="div" |
| 4 | +<div |
| 5 | + class="c-app flex-row align-items-center" |
7 | 6 | > |
8 | | - <crow-stub |
9 | | - gutters="true" |
| 7 | + <ccontainer-stub |
10 | 8 | tag="div" |
11 | 9 | > |
12 | | - <ccol-stub |
| 10 | + <crow-stub |
| 11 | + class="justify-content-center" |
| 12 | + gutters="true" |
13 | 13 | tag="div" |
14 | 14 | > |
15 | | - <ccardgroup-stub |
| 15 | + <ccol-stub |
| 16 | + md="8" |
16 | 17 | tag="div" |
17 | 18 | > |
18 | | - <ccard-stub |
19 | | - class="p-4" |
| 19 | + <ccardgroup-stub |
| 20 | + tag="div" |
20 | 21 | > |
21 | | - <ccardbody-stub> |
22 | | - <cform-stub> |
23 | | - <h1> |
24 | | - Login |
25 | | - </h1> |
26 | | - |
27 | | - <p |
28 | | - class="text-muted" |
29 | | - > |
30 | | - Sign In to your account |
31 | | - </p> |
32 | | - |
33 | | - <cinput-stub |
34 | | - autocomplete="username email" |
35 | | - lazy="400" |
36 | | - placeholder="Username" |
37 | | - type="text" |
38 | | - /> |
39 | | - |
40 | | - <cinput-stub |
41 | | - autocomplete="curent-password" |
42 | | - lazy="400" |
43 | | - placeholder="Password" |
44 | | - type="password" |
45 | | - /> |
46 | | - |
47 | | - <crow-stub |
48 | | - gutters="true" |
49 | | - tag="div" |
50 | | - > |
51 | | - <ccol-stub |
52 | | - class="text-left" |
53 | | - col="6" |
54 | | - tag="div" |
| 22 | + <ccard-stub |
| 23 | + class="p-4" |
| 24 | + > |
| 25 | + <ccardbody-stub> |
| 26 | + <cform-stub> |
| 27 | + <h1> |
| 28 | + Login |
| 29 | + </h1> |
| 30 | + |
| 31 | + <p |
| 32 | + class="text-muted" |
55 | 33 | > |
56 | | - <cbutton-stub |
57 | | - activeclass="router-link-active" |
58 | | - class="px-4" |
59 | | - color="primary" |
60 | | - event="click" |
61 | | - exactactiveclass="router-link-exact-active" |
62 | | - routertag="a" |
63 | | - target="_self" |
64 | | - type="button" |
65 | | - > |
66 | | - Login |
67 | | - </cbutton-stub> |
68 | | - </ccol-stub> |
| 34 | + Sign In to your account |
| 35 | + </p> |
| 36 | + |
| 37 | + <cinput-stub |
| 38 | + autocomplete="username email" |
| 39 | + lazy="400" |
| 40 | + placeholder="Username" |
| 41 | + type="text" |
| 42 | + /> |
| 43 | + |
| 44 | + <cinput-stub |
| 45 | + autocomplete="curent-password" |
| 46 | + lazy="400" |
| 47 | + placeholder="Password" |
| 48 | + type="password" |
| 49 | + /> |
69 | 50 | |
70 | | - <ccol-stub |
71 | | - class="text-right" |
72 | | - col="6" |
| 51 | + <crow-stub |
| 52 | + gutters="true" |
73 | 53 | tag="div" |
74 | 54 | > |
75 | | - <cbutton-stub |
76 | | - activeclass="router-link-active" |
77 | | - class="px-0" |
78 | | - color="link" |
79 | | - event="click" |
80 | | - exactactiveclass="router-link-exact-active" |
81 | | - routertag="a" |
82 | | - target="_self" |
83 | | - type="button" |
| 55 | + <ccol-stub |
| 56 | + class="text-left" |
| 57 | + col="6" |
| 58 | + tag="div" |
84 | 59 | > |
85 | | - Forgot password? |
86 | | - </cbutton-stub> |
| 60 | + <cbutton-stub |
| 61 | + activeclass="router-link-active" |
| 62 | + class="px-4" |
| 63 | + color="primary" |
| 64 | + event="click" |
| 65 | + exactactiveclass="router-link-exact-active" |
| 66 | + routertag="a" |
| 67 | + target="_self" |
| 68 | + type="button" |
| 69 | + > |
| 70 | + Login |
| 71 | + </cbutton-stub> |
| 72 | + </ccol-stub> |
87 | 73 | |
88 | | - <cbutton-stub |
89 | | - activeclass="router-link-active" |
90 | | - class="d-md-none" |
91 | | - color="link" |
92 | | - event="click" |
93 | | - exactactiveclass="router-link-exact-active" |
94 | | - routertag="a" |
95 | | - target="_self" |
96 | | - type="button" |
| 74 | + <ccol-stub |
| 75 | + class="text-right" |
| 76 | + col="6" |
| 77 | + tag="div" |
97 | 78 | > |
98 | | - Register now! |
99 | | - </cbutton-stub> |
100 | | - </ccol-stub> |
101 | | - </crow-stub> |
102 | | - </cform-stub> |
103 | | - </ccardbody-stub> |
104 | | - </ccard-stub> |
105 | | - |
106 | | - <ccard-stub |
107 | | - bodywrapper="true" |
108 | | - class="text-center py-5 d-sm-down-none" |
109 | | - color="primary" |
110 | | - textcolor="white" |
111 | | - > |
112 | | - <h2> |
113 | | - Sign up |
114 | | - </h2> |
115 | | - |
116 | | - <p> |
117 | | - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
118 | | - </p> |
| 79 | + <cbutton-stub |
| 80 | + activeclass="router-link-active" |
| 81 | + class="px-0" |
| 82 | + color="link" |
| 83 | + event="click" |
| 84 | + exactactiveclass="router-link-exact-active" |
| 85 | + routertag="a" |
| 86 | + target="_self" |
| 87 | + type="button" |
| 88 | + > |
| 89 | + Forgot password? |
| 90 | + </cbutton-stub> |
| 91 | + |
| 92 | + <cbutton-stub |
| 93 | + activeclass="router-link-active" |
| 94 | + class="d-lg-none" |
| 95 | + color="link" |
| 96 | + event="click" |
| 97 | + exactactiveclass="router-link-exact-active" |
| 98 | + routertag="a" |
| 99 | + target="_self" |
| 100 | + type="button" |
| 101 | + > |
| 102 | + Register now! |
| 103 | + </cbutton-stub> |
| 104 | + </ccol-stub> |
| 105 | + </crow-stub> |
| 106 | + </cform-stub> |
| 107 | + </ccardbody-stub> |
| 108 | + </ccard-stub> |
119 | 109 | |
120 | | - <cbutton-stub |
121 | | - activeclass="router-link-active" |
122 | | - class="active mt-3" |
| 110 | + <ccard-stub |
| 111 | + bodywrapper="true" |
| 112 | + class="text-center py-5 d-md-down-none" |
123 | 113 | color="primary" |
124 | | - event="click" |
125 | | - exactactiveclass="router-link-exact-active" |
126 | | - routertag="a" |
127 | | - target="_self" |
128 | | - type="button" |
| 114 | + textcolor="white" |
129 | 115 | > |
130 | | - |
131 | | - Register Now! |
132 | | - |
133 | | - </cbutton-stub> |
134 | | - </ccard-stub> |
135 | | - </ccardgroup-stub> |
136 | | - </ccol-stub> |
137 | | - </crow-stub> |
138 | | -</ccontainer-stub> |
| 116 | + <ccardbody-stub> |
| 117 | + <h2> |
| 118 | + Sign up |
| 119 | + </h2> |
| 120 | + |
| 121 | + <p> |
| 122 | + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
| 123 | + </p> |
| 124 | + |
| 125 | + <cbutton-stub |
| 126 | + activeclass="router-link-active" |
| 127 | + color="light" |
| 128 | + event="click" |
| 129 | + exactactiveclass="router-link-exact-active" |
| 130 | + routertag="a" |
| 131 | + size="lg" |
| 132 | + target="_self" |
| 133 | + type="button" |
| 134 | + variant="outline" |
| 135 | + > |
| 136 | + |
| 137 | + Register Now! |
| 138 | + |
| 139 | + </cbutton-stub> |
| 140 | + </ccardbody-stub> |
| 141 | + </ccard-stub> |
| 142 | + </ccardgroup-stub> |
| 143 | + </ccol-stub> |
| 144 | + </crow-stub> |
| 145 | + </ccontainer-stub> |
| 146 | +</div> |
139 | 147 | `; |
0 commit comments