Commit bcf09a1
committed
ci(e2e): screenshot each sign-in step + retry gradle on wrapper flake
Diagnose step proved the user IS recognized by both BAPI and FAPI on the
same instance (sacred-phoenix-9), with password_enabled and
needs_first_factor → password as the expected response. Despite that, the
AuthView pivots to the Sign Up "Email address" screen after Continue, so
this is a client-side state issue, not config.
Add takeScreenshot between each step of the sign-in subflow so the
intermediate AuthView state is captured in artifacts — we'll see exactly
which step transitions to sign-up.
Also wrap expo run:android in a 3-attempt retry. The previous run failed
on a transient TLS reset downloading gradle-8.14.3-bin.zip; a retry on
that single curl avoids burning a 10-min cycle on a network flake.1 parent ee71629 commit bcf09a1
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
291 | 295 | | |
292 | 296 | | |
293 | 297 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments