mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

at react-sdui 28 lines 599 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- tapOn: 12 id: "e2eStartOnboarding" 13- tapOn: "Select an avatar" 14- waitForAnimationToEnd 15- tapOn: 16 point: "16%,22%" 17- waitForAnimationToEnd 18- tapOn: "Choose" 19- waitForAnimationToEnd 20- tapOn: "Continue to next step" 21- assertVisible: "What are your interests?" 22- tapOn: 23 label: "Tap on continue" 24 point: "50%,92%" 25- assertVisible: "You're ready to go!" 26- tapOn: 27 label: "Tap on Lets go" 28 point: "50%,92%"