diff options
Diffstat (limited to '__e2e__/flows/search-screen.yml')
-rw-r--r-- | __e2e__/flows/search-screen.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/__e2e__/flows/search-screen.yml b/__e2e__/flows/search-screen.yml index 78ebbee36..13a1b06fa 100644 --- a/__e2e__/flows/search-screen.yml +++ b/__e2e__/flows/search-screen.yml @@ -3,20 +3,22 @@ appId: xyz.blueskyweb.app - runScript: file: ../setupServer.js env: - SERVER_PATH: "?users" + SERVER_PATH: "?users" - runFlow: file: ../setupApp.yml - tapOn: id: "e2eSignInAlice" # Navigate to another user profile via autocomplete +- extendedWaitUntil: + visible: + id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- assertVisible: "Search for posts, users, or feeds" -- tapOn: "Search for posts, users, or feeds" +- assertVisible: "Search for posts, users[,]? or feeds" +- tapOn: "Search for posts, users[,]? or feeds" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" - assertVisible: id: "profileView" - |