From 5959640f4081c01029e1b79b43dce44f03c72e43 Mon Sep 17 00:00:00 2001 From: Sean Barker Date: Wed, 22 Oct 2025 20:37:41 -0400 Subject: [PATCH] fix(boilerplate): fix _OnFlowStart.yaml Maestro flow to work with new dev client ui --- boilerplate/.maestro/shared/_OnFlowStart.yaml | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/boilerplate/.maestro/shared/_OnFlowStart.yaml b/boilerplate/.maestro/shared/_OnFlowStart.yaml index 0bebfaa79..5393e748f 100644 --- a/boilerplate/.maestro/shared/_OnFlowStart.yaml +++ b/boilerplate/.maestro/shared/_OnFlowStart.yaml @@ -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