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: "Select an avatar"
18- waitForAnimationToEnd
19- assertVisible: "Photos"
20- assertVisible: "Collections"
21- tapOn:
22 point: "50%,22%"
23- waitForAnimationToEnd
24- tapOn: "Done"
25- waitForAnimationToEnd
26- tapOn:
27 id: "onboardingContinue"
28- assertVisible: "What are your interests?"
29- tapOn:
30 id: "onboardingContinue"
31- assertVisible: "Suggested for you"
32# mock server doesn't have suggestions api
33- tapOn: "Skip to next step"
34- swipe:
35 direction: "LEFT"
36- swipe:
37 direction: "LEFT"
38- assertVisible: "Complete onboarding and start using your account"
39- tapOn:
40 id: "onboardingFinish"
41- tapOn:
42 label: "NUX, if applicable"
43 text: "Close"
44 optional: true
45- waitForAnimationToEnd
46- assertVisible: "Following"