Skip to content

test: add unit test cases for Loginpage.tsx,myProfileRedirect.tsx and notFound.tsx

Vaishnavi requested to merge test/login-profile-found into test_cases

Description:

Added unit test cases for LoginPage.tsx, MyProfileRedirect.tsx, and NotFound.tsx to improve test coverage and ensure component reliability. The tests cover component rendering, UI validation, and basic user interactions using React Testing Library and Vitest. All test cases are passing and coverage has been improved.

Type of Change:

  • Bug Fix
  • Feature Development
  • Documentation

Testing:

  • Tested on desktop
  • Tested on mobile
  • Tested in different browsers

Screenshots :

image Checklist:

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • TypeScript types are correct

closes #279 (closed)

Edited by Vaishnavi

Merge request reports

Loading