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: "e2eOpenLoggedOutView"
11- tapOn: "Sign in"
12- tapOn:
13 id: "selectServiceButton"
14- tapOn: "Custom"
15- tapOn:
16 id: "customServerTextInput"
17- inputText: "http://localhost:3000"
18- tapOn: "Done"
19- tapOn:
20 id: "loginUsernameInput"
21- inputText: "Alice"
22- tapOn:
23 id: "loginPasswordInput"
24- inputText: "hunter2"
25- pressKey: Enter
26- tapOn:
27 text: "Not Now"
28 optional: true
29- assertVisible: "Following"