about summary refs log tree commit diff
path: root/__e2e__/flows/report-dialog/account.default.yml
diff options
context:
space:
mode:
Diffstat (limited to '__e2e__/flows/report-dialog/account.default.yml')
-rw-r--r--__e2e__/flows/report-dialog/account.default.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/__e2e__/flows/report-dialog/account.default.yml b/__e2e__/flows/report-dialog/account.default.yml
new file mode 100644
index 000000000..0d4225473
--- /dev/null
+++ b/__e2e__/flows/report-dialog/account.default.yml
@@ -0,0 +1,24 @@
+appId: xyz.blueskyweb.app
+---
+- runScript:
+    file: ../../setupServer.js
+    env:
+        SERVER_PATH: ?users&follows&posts&feeds
+- runFlow:
+    file: ../../setupApp.yml
+- tapOn:
+    id: "e2eSignInAlice"
+
+- tapOn: "Carla's avatar"
+- tapOn:
+    id: "profileHeaderDropdownBtn"
+- tapOn:
+    id: "profileHeaderDropdownReportBtn"
+- tapOn:
+    id: "report:option:com.atproto.moderation.defs#reasonSpam"
+- assertVisible:
+    id: "report:labeler:mod-authority.test"
+- tapOn:
+    id: "report:submit"
+- assertNotVisible:
+    id: "report:dialog"