bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Edit Profile Page Unit Test Cases #596

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have added unit test cases for the edit profile page in this PR. I have covered key functionalities such as allowing the user to update their information and saving the changes. The test cases use the Jest to verify that the edit profile page is functioning correctly.

I have also added these test cases to the project's test suite, so they will be run every time the code is changed or the application is deployed.

BeratDamar commented 1 year ago

Well done! I will merge it.