-
Notifications
You must be signed in to change notification settings - Fork 107
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
chore(IT Wallet): [SIW-1949] Display email address in the same line in issuance failure screen #6589
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue SIW-1949 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6589 +/- ##
=======================================
Coverage 49.28% 49.28%
=======================================
Files 1558 1558
Lines 32156 32156
Branches 7325 7326 +1
=======================================
Hits 15849 15849
Misses 16258 16258
Partials 49 49
Continue to review full report in Codecov by Sentry.
|
…n issuance failure screen (#6589) ## Short description This PR changes the line break strategy in the issuance failure screens to display email addresses in the same line. The issue seems to affect Android devices only. ## List of changes proposed in this pull request - Added `textBreakStrategy: "simple"` in `ItwIssuanceEidFailureScreen` and `ItwIssuanceCredentialFailureScreen` ## How to test The easiest way to test it is to mock an error during credential issuance with a message that contains an email address. |Before|After| |------|-----| |<img src="https://github.com/user-attachments/assets/fe546b8e-249a-4955-921f-39106dfa1242" width="240"/>|<img src="https://github.com/user-attachments/assets/ad478750-93a5-4b5c-8024-2d166c4be92d" width="240"/>|
Short description
This PR changes the line break strategy in the issuance failure screens to display email addresses in the same line. The issue seems to affect Android devices only.
List of changes proposed in this pull request
textBreakStrategy: "simple"
inItwIssuanceEidFailureScreen
andItwIssuanceCredentialFailureScreen
How to test
The easiest way to test it is to mock an error during credential issuance with a message that contains an email address.