-
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
feat(Bonus Pagamenti Digitali): [#174863094] No payment methods available screen #2262
Conversation
…on-store-reducers
…tion-store-reducers
…on-store-reducers
…on-store-reducers
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2262 +/- ##
==========================================
+ Coverage 47.83% 47.92% +0.09%
==========================================
Files 539 541 +2
Lines 15640 15712 +72
Branches 3136 3143 +7
==========================================
+ Hits 7481 7530 +49
- Misses 8118 8140 +22
- Partials 41 42 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be merged after #2261
…onent.tsx Co-authored-by: Matteo Boschi <[email protected]>
…onent.tsx Co-authored-by: Matteo Boschi <[email protected]>
…app into 174847335-IbanKOWrong
Codecov Report
@@ Coverage Diff @@
## master #2262 +/- ##
==========================================
+ Coverage 47.83% 47.86% +0.03%
==========================================
Files 541 541
Lines 15722 15738 +16
Branches 2896 2896
==========================================
+ Hits 7520 7533 +13
- Misses 8160 8163 +3
Partials 42 42
Continue to review full report at Codecov.
|
This pr depends on #2261
Short description
This pr updates
NoPaymentMethodsAvailableScreen
and uses it as default landing screen after the iban insertion in the onboarding phase.List of changes proposed in this pull request
NoPaymentMethodsAvailableScreen
following the design specification.NoPaymentMethodsAvailableScreen
after IBAN insertion (or skip), in order to complete the workflow.How to test
The screen can be viewed using the action
navigateToBpdOnboardingNoPaymentMethods
or completing the onboarding workflow.