这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions boilerplate/.maestro/shared/_OnFlowStart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,4 @@ appId: ${MAESTRO_APP_ID}
# this regex allows for different hosts and ports
- tapOn: "http://.*:.*"
- waitForAnimationToEnd

- runFlow:
when:
platform: Android
visible:
id: "${MAESTRO_APP_ID}:id/bottom_sheet" # id of the android bottom sheet we want to dismiss
commands:
- swipe:
direction: DOWN
- waitForAnimationToEnd
- runFlow:
when:
platform: iOS
visible:
id: "SBSwitcherWindow:Main" # id of the iOS bottom sheet we want to dismiss
commands:
- swipe:
direction: DOWN
- waitForAnimationToEnd
- tapOn: "Close" # dismiss the bottom sheet