We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c495cfa commit 5f5e00aCopy full SHA for 5f5e00a
boilerplate/.maestro/shared/_OnFlowStart.yaml
@@ -36,22 +36,4 @@ appId: ${MAESTRO_APP_ID}
36
# this regex allows for different hosts and ports
37
- tapOn: "http://.*:.*"
38
- 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
50
51
- platform: iOS
52
53
- id: "SBSwitcherWindow:Main" # id of the iOS bottom sheet we want to dismiss
54
55
56
57
+ - tapOn: "Close" # dismiss the bottom sheet
0 commit comments