Commit 3d95c38
committed
chore(e2e): move integration-mobile to integration/mobile + case-insensitive Select all
Two changes bundled (both invalidate the binary cache, so cheaper to do
together than in sequence):
1. git mv integration-mobile integration/mobile, and rewrite the 8
workflow references to the new path. Now sits alongside Playwright's
/integration as a sibling directory, which is more discoverable than
the previous top-level integration-mobile sibling.
2. Fix the "Select all" regex to match both iOS ("Select All") and
Android ("Select all"). iOS sign-in-sign-out-sign-in failed in the
prior run because the runFlow guard didn't match iOS's capital A
and the field-clear short-circuited, leaving stale text + appended
typing on the second sign-in.
Android already passed end-to-end on the previous run with binary cache
hit (9m21s); next run will be cold-cache again because of the workflow
hash change, but should populate fresh caches for both platforms.1 parent 71991ed commit 3d95c38
34 files changed
Lines changed: 11 additions & 10 deletions
File tree
- .github/workflows
- integration/mobile
- config
- fixtures
- flows
- common
- cycles
- profile
- sign-in
- sign-up
- smoke
- theming
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
| 622 | + | |
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments