Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 999e52ed2d5a2c8b2f7b8747dfcfd0e2017e5eb0 48 lines 1.1 kB view raw
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"