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- extendedWaitUntil:
12 visible:
13 id: "viewHeaderHomeFeedPrefsBtn"
14
15- tapOn:
16 id: "e2eStartOnboarding"
17- tapOn: "Open avatar creator"
18- tapOn: "Select the zap emoji as your avatar"
19- tapOn:
20 label: "Tap on yellow"
21 point: "23%,79%"
22- tapOn: "Done"
23- waitForAnimationToEnd
24- tapOn: "Select an avatar"
25- tapOn: "Select the atom emoji as your avatar"
26- tapOn: "Done"
27- waitForAnimationToEnd
28- tapOn:
29 id: "onboardingContinue"
30- assertVisible: "What are your interests?"
31- tapOn:
32 id: "onboardingContinue"
33- assertVisible: "Suggested for you"
34# mock server doesn't have suggestions api
35- tapOn: "Skip to next step"
36- swipe:
37 direction: "LEFT"
38- swipe:
39 direction: "LEFT"
40- assertVisible: "Complete onboarding and start using your account"
41- tapOn:
42 id: "onboardingFinish"
43- tapOn:
44 label: "NUX, if applicable"
45 text: "Close"
46 optional: true
47- waitForAnimationToEnd
48- assertVisible: "Following"