mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1appId: xyz.blueskyweb.app
2---
3- runScript:
4 file: ../setupServer.js
5 env:
6 SERVER_PATH: "?users"
7- runFlow:
8 file: ../setupApp.yml
9- tapOn:
10 id: "e2eSignInAlice"
11
12# Navigate to another user profile via autocomplete
13- tapOn:
14 id: "bottomBarSearchBtn"
15- tapOn:
16 id: "searchTextInput"
17- inputText: "b"
18- tapOn:
19 id: "searchAutoCompleteResult-bob.test"
20- assertVisible:
21 id: "profileView"
22