-
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
fix(ITWallet): [SIW-1985] Fix "ladybug" debugging tool issues #6611
base: master
Are you sure you want to change the base?
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue SIW-1985 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6611 +/- ##
==========================================
- Coverage 49.61% 48.12% -1.50%
==========================================
Files 1564 1557 -7
Lines 32367 32329 -38
Branches 7284 7276 -8
==========================================
- Hits 16059 15557 -502
- Misses 16270 16736 +466
+ Partials 38 36 -2
... and 56 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Short description
This PR fixes the "ladybug" debugging tool issues, caused by an incorrect update of debug values in the Redux store
List of changes proposed in this pull request
setDebugData
action reducerdebugDataSelector
selectorsetDebugData
action payloadHow to test
Enable the Debug mode, navigate to screen where the "ladybug" debuggin tool is used (for example, the wallet and all the ITW routes). Check that values are correctly displayed.