An ATproto social media client -- with an independent Appview.
7
fork

Configure Feed

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

at main 41 lines 908 B view raw
1appId: xyz.blueskyweb.app 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: "You're ready to go!" 34- tapOn: 35 id: "onboardingFinish" 36- tapOn: 37 label: "NUX, if applicable" 38 text: "Close" 39 optional: true 40- waitForAnimationToEnd 41- assertVisible: "Following"