Skip to content

Commit 8abdb48

Browse files
committed
Refactor Expo developer menu dismissal steps in onboarding.yaml
Signed-off-by: Megha C <megha@oneorigin.us>
1 parent fd1ed93 commit 8abdb48

1 file changed

Lines changed: 14 additions & 18 deletions

File tree

.maestro/onboarding.yaml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,20 @@ env:
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"

0 commit comments

Comments
 (0)