Add User Settings e2e tests (#1271)

This commit is contained in:
Alejandra
2024-07-30 12:48:36 -05:00
committed by GitHub
parent c8b1b3a9b1
commit 8efef66c5c
3 changed files with 291 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ const ChangePassword = () => {
mutationFn: (data: UpdatePassword) =>
UsersService.updatePasswordMe({ requestBody: data }),
onSuccess: () => {
showToast("Success!", "Password updated.", "success")
showToast("Success!", "Password updated successfully.", "success")
reset()
},
onError: (err: ApiError) => {