You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e, Fabric): add e2e tests for issue/PR examples 761..791 (#2957)
## Description
Check which example screens from issues/PRs can be used in e2e testing
for tests `Test761, ..., Test791` and implement them if possible for
Fabric.
### Test761
Skipped because we can't check animation.
### Test779
Skipped because we can't check animation.
### Test780
Skipped because we can't use native swipe back gesture with Detox.
### Test791
Test created, only on iOS (original issue was about crashes on iOS). It
tests if the app crashes when you push multiple screens quickly behind
modal.
## Changes
- add `Test791` e2e test
- modify`Test791` test screen (add explicit `presentation: 'card'` for
push screen, add testIDs)
- add comments for every test screen from this PR in
`apps/src/tests/index.ts` with the reason for (not) implementing e2e
test for it
## Test code and steps to reproduce
CI
## Checklist
- [ ] Ensured that CI passes
0 commit comments