An ATproto social media client -- with an independent Appview.
at main 38 lines 805 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: "Select an avatar" 18- waitForAnimationToEnd 19- assertVisible: "Search your library…" 20- tapOn: 21 point: "50%,22%" 22- waitForAnimationToEnd 23- tapOn: "Done" 24- waitForAnimationToEnd 25- tapOn: 26 id: "onboardingContinue" 27- assertVisible: "What are your interests?" 28- tapOn: 29 id: "onboardingContinue" 30- assertVisible: "You're ready to go!" 31- tapOn: 32 id: "onboardingFinish" 33- tapOn: 34 label: "NUX, if applicable" 35 text: "Close" 36 optional: true 37- waitForAnimationToEnd 38- assertVisible: "Following"