Commit ea70088
committed
test(e2e): reorder assert-signed-in checks (Sign Out first)
Move 'Sign Out' to the lead assertion at 20s timeout. It's the same
shape (TouchableOpacity > Text) that Android already passes against,
so if it fails we know we're not actually signed in; if Sign Out passes
but Manage Profile still times out, we have a specific iOS accessibility
quirk to chase rather than a generic timing issue.
Diagnostic-only reorder — same three assertions, different order.1 parent 38bd76a commit ea70088
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments