Commit 3c3db41
authored
test(e2e, Fabric): add e2e tests for issue/PR examples 702..726 (#2928)
## Description
Check which example screens from issues/PRs can be used in e2e testing
for tests `Test702, ..., Test726` and implement them if possible for
Fabric.
### Test702
Skipped because we can't check animation in any meaningful way.
### Test706
Skipped because we can't check font weight.
### Test713
Skipped because the issue is still present (`transitionStart/End` events
are not fired when leaving the screen due to a call from the JS side;
the decision was that [this will not be
fixed](#713 (comment))
if there is no important use case for it).
### Test726
Test created, only on iOS (original issue was related to iOS). It checks
if the app freezes after going back from screen with autofocus input. It
is important to note that the issue was reopened with similar, but not
the same, bug.
## Changes
- add `Test726` e2e test
- add testIDs to `Test726` test screen
- 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 passes1 parent 4a383a9 commit 3c3db41
3 files changed
Lines changed: 40 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments