diff --git a/__e2e__/flows/post-report-flow.yml b/__e2e__/flows/post-report-flow.yml new file mode 100644 index 0000000000..3925bef897 --- /dev/null +++ b/__e2e__/flows/post-report-flow.yml @@ -0,0 +1,20 @@ +appId: xyz.blueskyweb.app +--- +- runScript: + file: ../setupServer.js + env: + SERVER_PATH: "?users&follows&posts" +- runFlow: + file: ../setupApp.yml +- tapOn: + id: "e2eSignInAlice" + +- tapOn: + id: "postDropdownBtn" + index: 0 +- tapOn: + id: "postDropdownReportBtn" +- tapOn: "Create report for Misleading Post" +- tapOn: "Send report to Dev-env Moderation" +- tapOn: + point: "50%,90%"