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 Samsung Internet Browser formatting #110

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

doniarobinson
Copy link
Collaborator

@doniarobinson doniarobinson commented Apr 3, 2024

This PR is specifically to fix a bug noted in issue LI-35763 where, in Samsung Internet Browser only, the expiration date was not automatically adding a forward slash and there was no way a user could add it. Because of this, later on in the process (after the submit button was pressed), the date was not validating correctly so the transaction would not go through successfully.

To test: create a sample application with card fields and test locally with BrowserStack (use domain bs-local.com). Choose an Android device with Samsung Internet Browser. Fill in the date using only the phone keypad and ensure the forward slash gets added in automatically.

Integration tests aren’t currently working, but it is recommended to come back and add integration tests for the validation of expiration date in Samsung Internet Browser and several other browsers.

Broken:
Screenshot 2024-03-26 at 9 52 15 AM

@doniarobinson doniarobinson requested a review from a team as a code owner April 3, 2024 15:14
@doniarobinson doniarobinson force-pushed the fix_samsung_browser_formatting branch from fd54a68 to 9cdfa52 Compare April 8, 2024 16:21
@doniarobinson doniarobinson merged commit 56e0250 into main Apr 8, 2024
3 checks passed
@doniarobinson doniarobinson deleted the fix_samsung_browser_formatting branch April 8, 2024 16:24
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.

2 participants