@@ -45,17 +45,21 @@ exports[`<DatePickerStyled /> rendering should render without crashing 1`] = `
4545 " ChangePassword.safePassword" : " Safe password" ,
4646 " ChangePassword.samePassword" : " The new password and the current one cannot be the same" ,
4747 " ChangePassword.submits" : " Submit" ,
48+ " ErrorMessage.defaultMessage" : " This field is required" ,
4849 " Home.content" : " Home content" ,
4950 " Home.home" : " Home" ,
5051 " Login.email" : " E-mail Address" ,
5152 " Login.facebook" : " Continue with Facebook" ,
5253 " Login.forgotPassword" : " Forgot Password?" ,
5354 " Login.google" : " Continue with Google" ,
55+ " Login.invalidEmail" : " Invalid email" ,
5456 " Login.login" : " Login" ,
5557 " Login.microsoft" : " Continue with Microsoft" ,
5658 " Login.password" : " Password" ,
59+ " Login.safePassword" : " Safe password" ,
5760 " Login.setNewPassword" : " Set your new password" ,
5861 " Login.setPassword" : " Set Password" ,
62+ " Login.unsafePassword" : " Unsafe password" ,
5963 " NavBar.Language" : " English" ,
6064 " NavBar.logOut" : " Log Out" ,
6165 " NavBar.profile" : " Profile" ,
@@ -112,13 +116,11 @@ exports[`<DatePickerStyled /> rendering should render without crashing 1`] = `
112116 " auth/too-many-requests" : " Too many attempts made, try again later" ,
113117 " auth/user-disabled" : " User disabled" ,
114118 " auth/wrong-password" : " Invalid credentials" ,
119+ " invalidEmail" : " Invalid E-mail" ,
115120 " storage/quota-exceeded" : " Internal server error, get in touch with your administrator" ,
116121 " storage/unauthenticated" : " Unauthenticated, please authenticate and try again" ,
117122 " storage/unauthorized" : " Unauthorized, you are not authorized to perform this action" ,
118123 " utils.default" : " Unknown error, get in touch with your administrator" ,
119- " utils.invalidEmail" : " Invalid email" ,
120- " utils.safePassword" : " Safe password" ,
121- " utils.unsafePassword" : " Unsafe password" ,
122124 },
123125 " onError" : [Function ],
124126 " textComponent" : Symbol (react .fragment ),
@@ -146,7 +148,7 @@ exports[`<DatePickerStyled /> rendering should render without crashing 1`] = `
146148 date = { 2020 - 11 - 12T00 :00 :00 .000Z }
147149 dateFormat = " en-US"
148150 name = " test"
149- setState = { [MockFunction ]}
151+ onChange = { [MockFunction ]}
150152 />
151153 </Provider >
152154 </BrowserRouter >
0 commit comments