2
2
3
3
exports [` Login Page should compile 1` ] = `
4
4
<bc-login-form
5
- errorMessage = " null "
5
+ errorMessage = { [ Function Function ] }
6
6
form = { [Function FormGroup ]}
7
- submitted = { [Function EventEmitter_ ]}
7
+ pending = { [Function Function ]}
8
+ pendingEffect = { [Function EffectHandle ]}
9
+ submitted = { [Function OutputEmitterRef ]}
8
10
>
9
11
<mat-card
10
12
class = " mat-mdc-card mdc-card"
@@ -149,9 +151,11 @@ exports[`Login Page should compile 1`] = `
149
151
150
152
exports [` Login Page should disable the form if pending 1` ] = `
151
153
<bc-login-form
152
- errorMessage = " null "
154
+ errorMessage = { [ Function Function ] }
153
155
form = { [Function FormGroup ]}
154
- submitted = { [Function EventEmitter_ ]}
156
+ pending = { [Function Function ]}
157
+ pendingEffect = { [Function EffectHandle ]}
158
+ submitted = { [Function OutputEmitterRef ]}
155
159
>
156
160
<mat-card
157
161
class = " mat-mdc-card mdc-card"
@@ -165,16 +169,19 @@ exports[`Login Page should disable the form if pending 1`] = `
165
169
class = " mat-mdc-card-content"
166
170
>
167
171
<form
168
- class = " ng-untouched ng-pristine"
172
+ class = " ng-untouched ng-pristine ng-valid "
169
173
novalidate = " "
170
174
>
171
175
<p >
172
176
<mat-form-field
173
- class = " mat-mdc-form-field mat-mdc-form-field-type-mat-input mat-form-field-disabled mat-form-field- no-animations mat-form-field-appearance-fill mat-primary ng-untouched ng-pristine"
177
+ class = " mat-mdc-form-field mat-mdc-form-field-type-mat-input mat-form-field-no-animations mat-form-field-appearance-fill mat-primary ng-untouched ng-pristine ng-valid "
174
178
>
175
179
<div
176
- class = " mat-mdc-text-field-wrapper mdc-text-field mdc-text-field--filled mdc-text-field--no-label mdc-text-field--disabled "
180
+ class = " mat-mdc-text-field-wrapper mdc-text-field mdc-text-field--filled mdc-text-field--no-label"
177
181
>
182
+ <div
183
+ class = " mat-mdc-form-field-focus-overlay"
184
+ />
178
185
<div
179
186
class = " mat-mdc-form-field-flex"
180
187
>
@@ -184,7 +191,7 @@ exports[`Login Page should disable the form if pending 1`] = `
184
191
<input
185
192
aria-invalid = " false"
186
193
aria-required = " false"
187
- class = " mat-mdc-input-element mat-mdc-form-field-input-control mdc-text-field__input ng-untouched ng-pristine cdk-text-field-autofill-monitored"
194
+ class = " mat-mdc-input-element mat-mdc-form-field-input-control mdc-text-field__input ng-untouched ng-pristine ng-valid cdk-text-field-autofill-monitored"
188
195
data-testid = " username"
189
196
disabled = " "
190
197
formcontrolname = " username"
@@ -215,11 +222,14 @@ exports[`Login Page should disable the form if pending 1`] = `
215
222
</p >
216
223
<p >
217
224
<mat-form-field
218
- class = " mat-mdc-form-field mat-mdc-form-field-type-mat-input mat-form-field-disabled mat-form-field- no-animations mat-form-field-appearance-fill mat-primary ng-untouched ng-pristine"
225
+ class = " mat-mdc-form-field mat-mdc-form-field-type-mat-input mat-form-field-no-animations mat-form-field-appearance-fill mat-primary ng-untouched ng-pristine ng-valid "
219
226
>
220
227
<div
221
- class = " mat-mdc-text-field-wrapper mdc-text-field mdc-text-field--filled mdc-text-field--no-label mdc-text-field--disabled "
228
+ class = " mat-mdc-text-field-wrapper mdc-text-field mdc-text-field--filled mdc-text-field--no-label"
222
229
>
230
+ <div
231
+ class = " mat-mdc-form-field-focus-overlay"
232
+ />
223
233
<div
224
234
class = " mat-mdc-form-field-flex"
225
235
>
@@ -229,7 +239,7 @@ exports[`Login Page should disable the form if pending 1`] = `
229
239
<input
230
240
aria-invalid = " false"
231
241
aria-required = " false"
232
- class = " mat-mdc-input-element mat-mdc-form-field-input-control mdc-text-field__input ng-untouched ng-pristine cdk-text-field-autofill-monitored"
242
+ class = " mat-mdc-input-element mat-mdc-form-field-input-control mdc-text-field__input ng-untouched ng-pristine ng-valid cdk-text-field-autofill-monitored"
233
243
data-testid = " password"
234
244
disabled = " "
235
245
formcontrolname = " password"
@@ -292,9 +302,11 @@ exports[`Login Page should disable the form if pending 1`] = `
292
302
293
303
exports [` Login Page should display an error message if provided 1` ] = `
294
304
<bc-login-form
295
- errorMessage = { [Function String ]}
305
+ errorMessage = { [Function Function ]}
296
306
form = { [Function FormGroup ]}
297
- submitted = { [Function EventEmitter_ ]}
307
+ pending = { [Function Function ]}
308
+ pendingEffect = { [Function EffectHandle ]}
309
+ submitted = { [Function OutputEmitterRef ]}
298
310
>
299
311
<mat-card
300
312
class = " mat-mdc-card mdc-card"
0 commit comments