From 43429fc61c9473220df58860b8d575181562b1cb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 17 Jul 2026 15:13:54 +0300 Subject: [PATCH] Fix E2E development client launch --- __e2e__/setupApp.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/__e2e__/setupApp.yml b/__e2e__/setupApp.yml index ede257ca38..7e1e4aa635 100644 --- a/__e2e__/setupApp.yml +++ b/__e2e__/setupApp.yml @@ -9,23 +9,18 @@ appId: xyz.blueskyweb.app when: platform: iOS commands: - - openLink: "exp+bluesky://expo-development-client/?url=http%3A%2F%2Flocalhost%3A8081" - - runFlow: - when: - visible: 'Open in "Bluesky"' - commands: - - tapOn: Open + - extendedWaitUntil: + visible: "http://localhost:8081" + timeout: 60000 + - tapOn: "http://localhost:8081" - runFlow: when: platform: Android commands: - - openLink: "exp+bluesky://expo-development-client/?url=http%3A%2F%2F10.0.2.2%3A8081" - - runFlow: - label: "Dismiss Expo dev menu" - when: - visible: "Continue" - commands: - - back + - extendedWaitUntil: + visible: "http://10.0.2.2:8081" + timeout: 60000 + - tapOn: "http://10.0.2.2:8081" - extendedWaitUntil: visible: id: e2eProxyHeaderInput