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.

Add initial test for post report flow

+20
+20
__e2e__/flows/post-report-flow.yml
··· 1 + appId: xyz.blueskyweb.app 2 + --- 3 + - runScript: 4 + file: ../setupServer.js 5 + env: 6 + SERVER_PATH: "?users&follows&posts" 7 + - runFlow: 8 + file: ../setupApp.yml 9 + - tapOn: 10 + id: "e2eSignInAlice" 11 + 12 + - tapOn: 13 + id: "postDropdownBtn" 14 + index: 0 15 + - tapOn: 16 + id: "postDropdownReportBtn" 17 + - tapOn: "Create report for Misleading Post" 18 + - tapOn: "Send report to Dev-env Moderation" 19 + - tapOn: 20 + point: "50%,90%"