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

Masked input test #56

Draft
wants to merge 151 commits into
base: audit-2024
Choose a base branch
from
Draft

Masked input test #56

wants to merge 151 commits into from

Conversation

sahilSingh-sapient
Copy link

Added the following:

  • Functional testing of the masked inputs. (Static & Dynamic)
  • Functional testing with keyboard interactions (focus, type, backspace, arrowLeft)
  • Focus flow is tested already in visibleFocusStates.test.js

);
expect(maskedTelephone).toBe("123-456-781");
});
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

These are great so far! Thank you.

I would also like to ensure we test the mouse functionality as well:

  1. Can we have a test that will click in the middle of a filled out masked input field? I want the test to be able to detect if the visual cursor and the input cursor match up.
  2. Another similar test to see if, when selecting a string in the middle of the input field, the visual selected and the input selected area match up.
  3. Checking what happens if invalid input occurs. e.g. letters in phone numbers.

Copy link
Author

Choose a reason for hiding this comment

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

Copy, will work on getting these in.

Alison Hall and others added 25 commits March 13, 2024 15:32
Fix spelling and gremlin characters (issue #49)
Improve scripts to use localhost if IP is blocked by firewall
Switch the colours for npm notifications and do not use (issue #39)
Add a hover style to drawer button controls (issue #46)
Update the sitemap with pages previously wip
josiahwilliams and others added 30 commits June 5, 2024 14:50
Fixed PHP binPath for windows users
feat: Adding icons next to headings to have summarized info
…into 89-vd-change-form-error-checking-page
…checking-page

removing : and space between asterik
…checking-page

commiting css change in .less file also
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.

None yet

8 participants