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: ""
7- runFlow:
8 file: ../setupApp.yml
9- tapOn:
10 id: "e2eOpenLoggedOutView"
11- tapOn:
12 id: "createAccountButton"
13- tapOn: "Bluesky Social"
14- tapOn:
15 id: "customSelectBtn"
16- tapOn:
17 id: "customServerTextInput"
18- inputText: "http://localhost:3000"
19- pressKey: Enter
20- tapOn:
21 id: "doneBtn"
22- tapOn:
23 id: "emailInput"
24- inputText: "example@test.com"
25- tapOn:
26 id: "passwordInput"
27- inputText: "hunter22"
28- tapOn:
29 # hideKeyboard on ios is borked
30 # https://docs.maestro.dev/troubleshooting/known-issues#hidekeyboard-command-is-flaky
31 text: "Your account"
32- tapOn:
33 id: "nextBtn"
34- waitForAnimationToEnd
35- tapOn:
36 # save password thing no longer seems to be in hierarchy
37 # tap on something else instead
38 point: 20%,20%
39 repeat: 2
40 delay: 1000
41- tapOn:
42 id: "handleInput"
43- inputText: "e2e-test"
44- extendedWaitUntil:
45 visible:
46 id: "handleAvailableCheck"
47- tapOn:
48 id: "nextBtn"
49- assertVisible: "Give your profile a face"