-
Notifications
You must be signed in to change notification settings - Fork 106
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-1089] Add NFC enable state check saga #5745
Conversation
…n' into SIW-1089-add-nfc-enabled-state-check
🎉 All dependencies have been resolved ! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5745 +/- ##
==========================================
+ Coverage 48.42% 48.96% +0.53%
==========================================
Files 1488 1605 +117
Lines 31617 32198 +581
Branches 7669 7738 +69
==========================================
+ Hits 15311 15766 +455
- Misses 16238 16374 +136
+ Partials 68 58 -10
... and 213 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
> [!WARNING] > This PR depends on #5745 ## Short description This PR adds the screen to display the instructions to enable the NFC for Android users. ## List of changes proposed in this pull request - Added `ItwIdentificationNfcInstructionsScreen` component - Added required locale keys ## How to test In order to test this PR on dev environment, make sure to add this flag to your .env: ``` # Enable CIE login flow with emulator and dev server CIE_LOGIN_WITH_DEV_SERVER_ENABLED=YES ``` #### On a simulator Go to **Profile > IT Wallet > Issuing**, clicking on CIE + PIN you should be able to see the NFC instructions screen. #### On a physical Android device Disable the NFC, then go to **Profile > IT Wallet > Issuing**, clicking on CIE + PIN you should be able to see the NFC instructions screen. ## Preview <img src="https://github.com/pagopa/io-app/assets/6160324/eb608463-8eb5-4bd1-93db-6e77302e80a5" width="250" /> --------- Co-authored-by: Jacopo Pompilii <Jacopo.pompilii@pagopa.it>
Warning
This PR depends on #5729
Short description
This PR adds the logic to check and store the device's NFC state
List of changes proposed in this pull request
isItWalletTestEnabled
flag is set totrue
How to test
Test should solve correctly