-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [IOPID-1725] New DS on CIE certificates KO screen (#5775)
## Short description Integrate new DS on CIE certificates KO screen > [!Note] > To test this case, I replaced the wrong pin screen with this one (the CIE certificate KO screen), so the video flow is wrong, but the important thing was to show the screen! > [!Note] > Accessibility tests have not been performed because the template of this screen has been tested many other times and works. ## Screens <p> | 🤖 Android 🤖 | 🍏 iOS 🍏 | | - | - | | <video src="https://github.com/pagopa/io-app/assets/83651704/69a43a62-4637-410e-b4f0-6678110097ef" /> | <video src="https://github.com/pagopa/io-app/assets/83651704/5a79938f-540e-4300-88bd-5040cfb51a7b" /> | </p> ## How to test Run this command `yarn cie-ios:prod` and after this run the application with production environment and then, if you, like me, do not have an expired or revoked CIE, change [this setState](https://github.com/pagopa/io-app/blob/d5d5681817064085219e3854e4fef56431c4519b/ts/screens/authentication/cie/CieCardReaderScreen.tsx#L282) with [this setState](https://github.com/pagopa/io-app/blob/d5d5681817064085219e3854e4fef56431c4519b/ts/screens/authentication/cie/CieCardReaderScreen.tsx#L298) and insert the uncorrect PIN before scan the card. If you have an expired or revoked CIE, run the flow normally. --------- Co-authored-by: Fabio Bombardi <[email protected]> Co-authored-by: mariateresaventura <[email protected]>
- Loading branch information
1 parent
e8eeee1
commit 26db96b
Showing
5 changed files
with
30 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 21 additions & 45 deletions
66
ts/screens/authentication/cie/CieExpiredOrInvalidScreen.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters