Commit e8e2636
committed
fix(functional-tests): guard teardown against slow stage navigation
The "Delete test user accounts" teardown fails the same way across runs.
Line 38 clicks "Open user menu" before the page settles, so a slow stage
redirect detaches the frame. Line 55 waits for an exact /en URL, which
aborts when the app lands on a path with a trailing segment.
Wait for the menu button to be visible before clicking. Loosen the
post-delete URL wait to match the /en prefix.1 parent f301e14 commit e8e2636
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
0 commit comments