about summary refs log tree commit diff
path: root/__e2e__/flows/report-dialog/post.default.yml
diff options
context:
space:
mode:
authorSedat Kapanoğlu <sedat@kapanoglu.com>2025-07-17 21:59:23 -0700
committerGitHub <noreply@github.com>2025-07-17 21:59:23 -0700
commitcfaf7416477ac9e92ef5dc5a1c485cfc51741ef9 (patch)
treea7fe6adaeabe842e7f3af8271ab142a9c3ceb6ea /__e2e__/flows/report-dialog/post.default.yml
parentf4909e5e05d780ff778cf291f2d2cd43e919365c (diff)
downloadvoidsky-cfaf7416477ac9e92ef5dc5a1c485cfc51741ef9.tar.zst
rename file names with colons to the common notation (#8264)
The colons in file names break Windows compatibility and prevent Bluesky from being developed on Windows. (Regression: Bluesky Git repository always shows missing files on Windows #8263)
Diffstat (limited to '__e2e__/flows/report-dialog/post.default.yml')
-rw-r--r--__e2e__/flows/report-dialog/post.default.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/__e2e__/flows/report-dialog/post.default.yml b/__e2e__/flows/report-dialog/post.default.yml
new file mode 100644
index 000000000..955177b59
--- /dev/null
+++ b/__e2e__/flows/report-dialog/post.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:
+    id: "postDropdownBtn"
+    index: 0
+- tapOn:
+    id: "postDropdownReportBtn"
+- tapOn:
+    id: "report:option:com.atproto.moderation.defs#reasonSpam"
+- assertVisible:
+    id: "report:labeler:mod-authority.test"
+- tapOn:
+    id: "report:submit"
+- assertNotVisible:
+    id: "report:dialog"