From c96cfbc20b13c14110e1a44baf8f00cb6509676a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 29 Jun 2026 12:14:34 -0500 Subject: [PATCH] Update e2e handle --- __e2e__/flows/curate-lists.yml | 3 ++- __e2e__/flows/profile-screen.yml | 3 ++- __e2e__/flows/search-screen.yml | 6 ++++-- src/screens/Search/Shell.tsx | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index cc97b0fd72..35ad11a107 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -135,7 +135,8 @@ appId: xyz.blueskyweb.app - tapOn: id: "bottomBarSearchBtn" -- tapOn: "Search for posts, users[,]? or feeds" +- tapOn: + id: "searchScreenInput" - inputText: "bob" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index a20302dacc..be12c1d196 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -15,7 +15,8 @@ appId: xyz.blueskyweb.app id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- tapOn: "Search for posts, users[,]? or feeds" +- tapOn: + id: "searchScreenInput" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/search-screen.yml b/__e2e__/flows/search-screen.yml index 13a1b06fa2..a75b3a2ed6 100644 --- a/__e2e__/flows/search-screen.yml +++ b/__e2e__/flows/search-screen.yml @@ -15,8 +15,10 @@ appId: xyz.blueskyweb.app id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- assertVisible: "Search for posts, users[,]? or feeds" -- tapOn: "Search for posts, users[,]? or feeds" +- assertVisible: + id: "searchScreenInput" +- tapOn: + id: "searchScreenInput" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/src/screens/Search/Shell.tsx b/src/screens/Search/Shell.tsx index 81f55355ab..5eb1fa60e6 100644 --- a/src/screens/Search/Shell.tsx +++ b/src/screens/Search/Shell.tsx @@ -537,6 +537,7 @@ export function SearchScreenShell({ )}