Commit 6f80b6f
committed
fix(e2e): harden cold-launch-no-flash assertion against slow boot
Bare assertVisible at the end of the flow has no retry, so a slow
emulator that hasn't finished AuthView render by t=10s post-launch
fails the assertion even though the screen shows up a few seconds
later. The no-flash regression check is the cold-launch-immediate
screenshot captured before this assertion; the assertion only confirms
we landed on the AuthView at all. Switch to extendedWaitUntil 30s to
match open-app.yaml's pattern. Same flow has been intermittently green
for weeks because the timing race resolves differently per boot.1 parent ee89dfd commit 6f80b6f
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
0 commit comments