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

Fix: resolve validation issue #1202 #1203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhuruvandb
Copy link

@dhuruvandb dhuruvandb commented Dec 16, 2024

Description

The pull request fixes a bug that fixes missing First name and last name validation

Related Issues

Fixes #1202

Steps to Test

1.     Navigate to Profile:

        -         Click on the profile icon located at the top right corner.
        -         You should see a card displaying the First Name, Last Name, and Email. Click that
       
2.     Empty Input Issue:

          -         Click the Edit button to make changes to the profile fields.
          -         Clear the First Name and Last Name fields (leave them empty).
          -         You will see validation warnings for the empty fields.
          -         Click the Save button. You can't save.

3.     Validation Missing:

        -         Click the Edit button again and enter alphanumeric or special characters in the First Name and Last Name fields.
        -         There is validation warnings and errors shown for the invalid characters.
        -         Click the Save button. The changes won't be saved

Screen Recording for your reference

Screen.Recording.2024-12-16.174138.mp4

@salahlalami Please review it

Checklist

  • I have tested these changes
  • I have updated the relevant documentation
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the codebase
  • My changes generate no new warnings or errors
  • The title of my pull request is clear and descriptive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation Missing in Profile Section Form (First Name and Last Name)
1 participant