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