forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1appId: app.witchsky
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- extendedWaitUntil:
14 visible:
15 id: "bottomBarSearchBtn"
16- tapOn:
17 id: "bottomBarSearchBtn"
18- assertVisible: "Search for posts, users[,]? or feeds"
19- tapOn: "Search for posts, users[,]? or feeds"
20- inputText: "b"
21- tapOn:
22 id: "searchAutoCompleteResult-bob.test"
23- assertVisible:
24 id: "profileView"