Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: login flow tests #5540

Merged
merged 1 commit into from
Aug 8, 2024
Merged

feat: login flow tests #5540

merged 1 commit into from
Aug 8, 2024

Conversation

ahmadshaheer
Copy link
Collaborator

@ahmadshaheer ahmadshaheer commented Jul 23, 2024

Summary

Write Unit tests for the login flow cases

  • Login form is rendered correctly
  • Display "Please enter a valid email address" if email is not provided
  • Display "Invalid configuration detected, please contact your administrator" if Invalid email is submitted
  • Display "Login with SSO" if valid email is provided and Next is clicked
  • Display email, password, forgot password if password=Y
  • Display tooltip with text "Ask your admin to reset your password and send you a new invite link" if forgot password is clicked

Related Issues / PR's

close #5486

Screenshots

NA

Affected Areas and Manually Tested Areas

@github-actions github-actions bot added the enhancement New feature or request label Jul 23, 2024
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@ahmadshaheer ahmadshaheer merged commit 6f73bb6 into develop Aug 8, 2024
11 of 13 checks passed
@srikanthccv srikanthccv deleted the feat/login-flow-tests branch September 12, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Tests for the Login Flow
4 participants