An ATproto social media client -- with an independent Appview.
at main 35 lines 693 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# Post an image with the porn label 16- assertVisible: 17 id: "composeFAB" 18- tapOn: 19 id: "composeFAB" 20- inputText: "Post with an image" 21- tapOn: 22 id: "openMediaBtn" 23- extendedWaitUntil: 24 visible: 25 id: "selectedPhotosView" 26- tapOn: "Content warnings" 27- tapOn: "Porn" 28- tapOn: 29 label: "Tap on confirm" 30 id: "confirmBtn" 31- tapOn: 32 id: "composerPublishBtn" 33- tapOn: 34 id: "e2eRefreshHome" 35- assertVisible: "Adult Content"