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: my settings page tests #5499

Merged
merged 7 commits into from
Aug 8, 2024
Merged

feat: my settings page tests #5499

merged 7 commits into from
Aug 8, 2024

Conversation

ahmadshaheer
Copy link
Collaborator

@ahmadshaheer ahmadshaheer commented Jul 16, 2024

Summary

Test cases:

  • Should display Dark and Light theme buttons properly
  • Should activate Dark and Light buttons on click
  • Should switch the them on clicking Light theme
  • Should properly display the User Details Form
  • Should update the name on clicking Update button
  • Should redirect to /login on clicking Logout
  • Should properly display the Password Reset Form
  • Should display validation error if password is less than 8 characters
  • Should check if the "Change Password" button is disabled in case current / new password is less than 8 characters

Related Issues / PR's

close #5501

Screenshots

NA

Affected Areas and Manually Tested Areas

Copy link

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

@github-actions github-actions bot added the enhancement New feature or request label Jul 16, 2024
SagarRajput-7
SagarRajput-7 previously approved these changes Jul 22, 2024
vikrantgupta25
vikrantgupta25 previously approved these changes Jul 22, 2024
Copy link
Collaborator

@vikrantgupta25 vikrantgupta25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please take care of the comments. rest LGTM

@SagarRajput-7
Copy link
Contributor

@ahmadshaheer - build is failing please check -

`/home/runner/work/signoz/signoz/frontend/src/mocks-server/handlers.ts
  167:5  error  Parsing error: ',' expected

/home/runner/work/signoz/signoz/frontend/src/mocks-server/server.ts
  4:26  error  Parse errors in imported module './handlers': ',' expected. (167:5)  import/namespace`

@ahmadshaheer ahmadshaheer merged commit fe398bc into develop Aug 8, 2024
11 of 12 checks passed
@vikrantgupta25 vikrantgupta25 deleted the feat/my-settings-tests branch August 10, 2024 16:56
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.

My Settings Test cases
4 participants