Skip to content

Commit

Permalink
Altered the formData
Browse files Browse the repository at this point in the history
- Altered the formData to make sure all are related to the organization name.

Signed-off-by: Akhilender <[email protected]>
  • Loading branch information
akhilender-bongirwar committed Nov 17, 2023
1 parent 8cf122f commit 8f93aac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/UserPasswordUpdate/UserPasswordUpdate.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8f93aac

Please sign in to comment.