From 8f93aac7659b2ab07cdd3657e360a3930643ca56 Mon Sep 17 00:00:00 2001 From: Akhilender Date: Sat, 18 Nov 2023 00:05:46 +0530 Subject: [PATCH] Altered the formData - Altered the formData to make sure all are related to the organization name. Signed-off-by: Akhilender --- .../UserPasswordUpdate/UserPasswordUpdate.test.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/UserPasswordUpdate/UserPasswordUpdate.test.tsx b/src/components/UserPasswordUpdate/UserPasswordUpdate.test.tsx index e16272a770..285b430c59 100644 --- a/src/components/UserPasswordUpdate/UserPasswordUpdate.test.tsx +++ b/src/components/UserPasswordUpdate/UserPasswordUpdate.test.tsx @@ -55,10 +55,10 @@ describe('Testing User Password Update', () => { }; const formData = { - previousPassword: 'anshgoyal', - newPassword: 'anshgoyalansh', - wrongPassword: 'akhil', - confirmNewPassword: 'anshgoyalansh', + previousPassword: 'Palisadoes', + newPassword: 'ThePalisadoesFoundation', + wrongPassword: 'This is wrong passoword', + confirmNewPassword: 'ThePalisadoesFoundation', }; global.alert = jest.fn();