From e5be2ca212c6789562b4d13554f932d1323c79de Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 7 Jul 2026 20:15:11 +0300 Subject: [PATCH] fix e2e tests --- __e2e__/flows/login.yml | 6 ++++-- src/screens/Login/LoginForm.tsx | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index ba6b79ac48..14c7259f16 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -11,7 +11,8 @@ appId: xyz.blueskyweb.app - tapOn: "Sign in" - tapOn: id: "selectServiceButton" -- tapOn: "Custom" +- tapOn: + id: "manualSelectBtn" - tapOn: id: "customServerTextInput" - inputText: "http://localhost:3000" @@ -20,7 +21,8 @@ appId: xyz.blueskyweb.app platform: Android commands: - hideKeyboard -- tapOn: "Done" +- tapOn: + id: "doneBtn" - tapOn: id: "loginUsernameInput" - inputText: "Alice" diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index 17e97efa09..27361219ec 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -640,6 +640,7 @@ function HostingProviderIndicator({ return (