3
3
exports [` AuthForm should render accordingly 1` ] = `
4
4
<DocumentFragment >
5
5
<div
6
- class = " MuiPaper-root MuiBox-root MuiBox-root-1 MuiPaper-elevation3 MuiPaper-rounded"
6
+ class = " MuiPaper-root MuiPaper-elevation3 MuiBox-root MuiBox-root-1 MuiPaper-rounded"
7
7
>
8
8
<form
9
9
autocomplete = " off"
@@ -23,7 +23,6 @@ exports[`AuthForm should render accordingly 1`] = `
23
23
class = " MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-marginDense MuiInputLabel-outlined"
24
24
data-shrink = " false"
25
25
for = " first-name"
26
- id = " first-name-label"
27
26
>
28
27
First Name*
29
28
</label >
@@ -41,12 +40,14 @@ exports[`AuthForm should render accordingly 1`] = `
41
40
<fieldset
42
41
aria-hidden = " true"
43
42
class = " PrivateNotchedOutline-root-4 MuiOutlinedInput-notchedOutline"
43
+ style = " padding-left: 8px;"
44
44
>
45
45
<legend
46
- class = " PrivateNotchedOutline-legendLabelled-6"
46
+ class = " PrivateNotchedOutline-legend-5"
47
+ style = " width: 0.01px;"
47
48
>
48
49
<span >
49
- First Name*
50
+
50
51
</span >
51
52
</legend >
52
53
</fieldset >
@@ -59,7 +60,6 @@ exports[`AuthForm should render accordingly 1`] = `
59
60
class = " MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-marginDense MuiInputLabel-outlined"
60
61
data-shrink = " false"
61
62
for = " last-name"
62
- id = " last-name-label"
63
63
>
64
64
Last Name
65
65
</label >
@@ -77,12 +77,14 @@ exports[`AuthForm should render accordingly 1`] = `
77
77
<fieldset
78
78
aria-hidden = " true"
79
79
class = " PrivateNotchedOutline-root-4 MuiOutlinedInput-notchedOutline"
80
+ style = " padding-left: 8px;"
80
81
>
81
82
<legend
82
- class = " PrivateNotchedOutline-legendLabelled-6"
83
+ class = " PrivateNotchedOutline-legend-5"
84
+ style = " width: 0.01px;"
83
85
>
84
86
<span >
85
- Last Name
87
+
86
88
</span >
87
89
</legend >
88
90
</fieldset >
@@ -95,7 +97,6 @@ exports[`AuthForm should render accordingly 1`] = `
95
97
class = " MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-marginDense MuiInputLabel-outlined"
96
98
data-shrink = " false"
97
99
for = " username"
98
- id = " username-label"
99
100
>
100
101
Username*
101
102
</label >
@@ -113,12 +114,14 @@ exports[`AuthForm should render accordingly 1`] = `
113
114
<fieldset
114
115
aria-hidden = " true"
115
116
class = " PrivateNotchedOutline-root-4 MuiOutlinedInput-notchedOutline"
117
+ style = " padding-left: 8px;"
116
118
>
117
119
<legend
118
- class = " PrivateNotchedOutline-legendLabelled-6"
120
+ class = " PrivateNotchedOutline-legend-5"
121
+ style = " width: 0.01px;"
119
122
>
120
123
<span >
121
- Username*
124
+
122
125
</span >
123
126
</legend >
124
127
</fieldset >
@@ -131,7 +134,6 @@ exports[`AuthForm should render accordingly 1`] = `
131
134
class = " MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-marginDense MuiInputLabel-outlined"
132
135
data-shrink = " false"
133
136
for = " email"
134
- id = " email-label"
135
137
>
136
138
Email*
137
139
</label >
@@ -149,12 +151,14 @@ exports[`AuthForm should render accordingly 1`] = `
149
151
<fieldset
150
152
aria-hidden = " true"
151
153
class = " PrivateNotchedOutline-root-4 MuiOutlinedInput-notchedOutline"
154
+ style = " padding-left: 8px;"
152
155
>
153
156
<legend
154
- class = " PrivateNotchedOutline-legendLabelled-6"
157
+ class = " PrivateNotchedOutline-legend-5"
158
+ style = " width: 0.01px;"
155
159
>
156
160
<span >
157
- Email*
161
+
158
162
</span >
159
163
</legend >
160
164
</fieldset >
@@ -167,7 +171,6 @@ exports[`AuthForm should render accordingly 1`] = `
167
171
class = " MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-marginDense MuiInputLabel-outlined"
168
172
data-shrink = " false"
169
173
for = " password"
170
- id = " password-label"
171
174
>
172
175
Password*
173
176
</label >
@@ -185,19 +188,21 @@ exports[`AuthForm should render accordingly 1`] = `
185
188
<fieldset
186
189
aria-hidden = " true"
187
190
class = " PrivateNotchedOutline-root-4 MuiOutlinedInput-notchedOutline"
191
+ style = " padding-left: 8px;"
188
192
>
189
193
<legend
190
- class = " PrivateNotchedOutline-legendLabelled-6"
194
+ class = " PrivateNotchedOutline-legend-5"
195
+ style = " width: 0.01px;"
191
196
>
192
197
<span >
193
- Password*
198
+
194
199
</span >
195
200
</legend >
196
201
</fieldset >
197
202
</div >
198
203
</div >
199
204
<div
200
- class = " MuiBox-root MuiBox-root-8 "
205
+ class = " MuiBox-root MuiBox-root-6 "
201
206
>
202
207
<button
203
208
class = " MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary"
@@ -218,7 +223,7 @@ exports[`AuthForm should render accordingly 1`] = `
218
223
<p >
219
224
Already have an account?
220
225
<button
221
- class = " MuiBox-root MuiBox-root-9 "
226
+ class = " MuiBox-root MuiBox-root-7 "
222
227
>
223
228
Log in
224
229
</button >
0 commit comments