Skip to content

Commit 5f5e00a

Browse files
fix(boilerplate): fix _OnFlowStart.yaml Maestro flow to work with new dev client ui (#3011 by @SeanBarker182)
[skip ci]
1 parent c495cfa commit 5f5e00a

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

boilerplate/.maestro/shared/_OnFlowStart.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,4 @@ appId: ${MAESTRO_APP_ID}
3636
# this regex allows for different hosts and ports
3737
- tapOn: "http://.*:.*"
3838
- waitForAnimationToEnd
39-
40-
- runFlow:
41-
when:
42-
platform: Android
43-
visible:
44-
id: "${MAESTRO_APP_ID}:id/bottom_sheet" # id of the android bottom sheet we want to dismiss
45-
commands:
46-
- swipe:
47-
direction: DOWN
48-
- waitForAnimationToEnd
49-
- runFlow:
50-
when:
51-
platform: iOS
52-
visible:
53-
id: "SBSwitcherWindow:Main" # id of the iOS bottom sheet we want to dismiss
54-
commands:
55-
- swipe:
56-
direction: DOWN
57-
- waitForAnimationToEnd
39+
- tapOn: "Close" # dismiss the bottom sheet

0 commit comments

Comments
 (0)