diff options
-rw-r--r-- | __e2e__/flows/post-report-flow.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/__e2e__/flows/post-report-flow.yml b/__e2e__/flows/post-report-flow.yml new file mode 100644 index 000000000..3925bef89 --- /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%" |