File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# Connect to Metro via deep link (bypasses dev client UI, works on local + CI)
88- openLink : " exp+learner-credential-wallet://expo-development-client/?url=http%3A%2F%2Flocalhost%3A8081"
99
10- # Dismiss Expo developer menu overlay if it appears
11- - extendedWaitUntil :
12- visible : " Continue"
13- timeout : 30000
14-
15- - tapOn :
16- text : " Continue"
17-
18- - waitForAnimationToEnd :
19- timeout : 3000
20-
21- # Dismiss Expo dev menu if it appears (shows after connection)
22- - tapOn :
23- point : " 50%,25%"
24- optional : true
25-
26- - waitForAnimationToEnd :
27- timeout : 3000
10+ # Dismiss Expo developer menu overlays if they appear (optional for CI/local differences)
11+ - runFlow :
12+ when :
13+ visible : " Continue"
14+ commands :
15+ - tapOn :
16+ text : " Continue"
17+ - waitForAnimationToEnd :
18+ timeout : 3000
19+ - tapOn :
20+ point : " 50%,25%"
21+ optional : true
22+ - waitForAnimationToEnd :
23+ timeout : 3000
2824
2925- extendedWaitUntil :
3026 visible : " Quick Setup"
You can’t perform that action at this time.
0 commit comments