-
Notifications
You must be signed in to change notification settings - Fork 105
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: [IOPID-1298,IOPID-1396] Main
stack navigator - startup
saga synch
#5420
Conversation
Affected stories
|
Main
stack navigator - startup
saga synch
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5420 +/- ##
==========================================
- Coverage 47.48% 47.46% -0.03%
==========================================
Files 1604 1604
Lines 33577 33600 +23
Branches 8197 8204 +7
==========================================
+ Hits 15944 15948 +4
- Misses 17575 17594 +19
Partials 58 58
Continue to review full report in Codecov by Sentry.
|
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.
LGTM
…#5429) This PR depends on #5420 ## Short description This PR fixes the E2E tests, following changes from the stack navigator and startup saga sync. ## List of changes proposed in this pull request - reloadReactNative replaced with launchApp({ newInstance: true}) to prevent bad behaviours - improved a credit card test by searching for a testId instead of a text - better system keyboard closing ## How to test Run the E2E tests. --------- Co-authored-by: Fabio Bombardi <[email protected]>
Short description
This PR tries to synchronize the Main stack navigator with the startup saga business logic.
List of changes proposed in this pull request
It uses the
waitForMainNavigator
generator function that acts likewaitForNavigatorServiceInitialization
.How to test