Commit f60c318
committed
test(e2e): handle post-password email-code verification step
After the --env fix, sign-in flow progresses through password entry
correctly but the instance routes to a "Check your email" verification
screen requiring a 6-digit code. The +clerk_test@ email pattern routes
mail to Clerk's test inbox and the verification code is the documented
constant "424242".
Add a conditional runFlow that enters 424242 if the verification screen
appears. Non-verification instances skip the block via the `when:
visible` guard.1 parent 508c136 commit f60c318
1 file changed
Lines changed: 10 additions & 0 deletions
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
| |||
0 commit comments