From cfaf7416477ac9e92ef5dc5a1c485cfc51741ef9 Mon Sep 17 00:00:00 2001 From: Sedat Kapanoğlu Date: Thu, 17 Jul 2025 21:59:23 -0700 Subject: 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) --- __e2e__/flows/report-dialog/post.default.yml | 24 ++++++++++++++++ __e2e__/flows/report-dialog/post.edit-reason.yml | 35 +++++++++++++++++++++++ __e2e__/flows/report-dialog/post.reason-other.yml | 30 +++++++++++++++++++ __e2e__/flows/report-dialog/post:default.yml | 24 ---------------- __e2e__/flows/report-dialog/post:edit-reason.yml | 35 ----------------------- __e2e__/flows/report-dialog/post:reason-other.yml | 30 ------------------- 6 files changed, 89 insertions(+), 89 deletions(-) create mode 100644 __e2e__/flows/report-dialog/post.default.yml create mode 100644 __e2e__/flows/report-dialog/post.edit-reason.yml create mode 100644 __e2e__/flows/report-dialog/post.reason-other.yml delete mode 100644 __e2e__/flows/report-dialog/post:default.yml delete mode 100644 __e2e__/flows/report-dialog/post:edit-reason.yml delete mode 100644 __e2e__/flows/report-dialog/post:reason-other.yml (limited to '__e2e__') 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" diff --git a/__e2e__/flows/report-dialog/post.edit-reason.yml b/__e2e__/flows/report-dialog/post.edit-reason.yml new file mode 100644 index 000000000..3c612d4ba --- /dev/null +++ b/__e2e__/flows/report-dialog/post.edit-reason.yml @@ -0,0 +1,35 @@ +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#reasonOther" +- assertVisible: + id: "report:labeler:mod-authority.test" +# reason "other" defaults with details open +- assertVisible: + id: "report:details" +- tapOn: + id: "report:clearOption" +- assertNotVisible: + id: "report:details" +- tapOn: + id: "report:option:com.atproto.moderation.defs#reasonSpam" +- assertVisible: + id: "report:labeler:mod-authority.test" +- tapOn: + id: "report:submit" +- assertNotVisible: + id: "report:dialog" diff --git a/__e2e__/flows/report-dialog/post.reason-other.yml b/__e2e__/flows/report-dialog/post.reason-other.yml new file mode 100644 index 000000000..39c0e7084 --- /dev/null +++ b/__e2e__/flows/report-dialog/post.reason-other.yml @@ -0,0 +1,30 @@ +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#reasonOther" +- assertVisible: + id: "report:labeler:mod-authority.test" +# reason "other" defaults with details open +- assertVisible: + id: "report:details" +- tapOn: + id: "report:details" +- inputText: "This is a test report" +- tapOn: + id: "report:submit" +- assertNotVisible: + id: "report:dialog" diff --git a/__e2e__/flows/report-dialog/post:default.yml b/__e2e__/flows/report-dialog/post:default.yml deleted file mode 100644 index 955177b59..000000000 --- a/__e2e__/flows/report-dialog/post:default.yml +++ /dev/null @@ -1,24 +0,0 @@ -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" diff --git a/__e2e__/flows/report-dialog/post:edit-reason.yml b/__e2e__/flows/report-dialog/post:edit-reason.yml deleted file mode 100644 index 3c612d4ba..000000000 --- a/__e2e__/flows/report-dialog/post:edit-reason.yml +++ /dev/null @@ -1,35 +0,0 @@ -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#reasonOther" -- assertVisible: - id: "report:labeler:mod-authority.test" -# reason "other" defaults with details open -- assertVisible: - id: "report:details" -- tapOn: - id: "report:clearOption" -- assertNotVisible: - id: "report:details" -- tapOn: - id: "report:option:com.atproto.moderation.defs#reasonSpam" -- assertVisible: - id: "report:labeler:mod-authority.test" -- tapOn: - id: "report:submit" -- assertNotVisible: - id: "report:dialog" diff --git a/__e2e__/flows/report-dialog/post:reason-other.yml b/__e2e__/flows/report-dialog/post:reason-other.yml deleted file mode 100644 index 39c0e7084..000000000 --- a/__e2e__/flows/report-dialog/post:reason-other.yml +++ /dev/null @@ -1,30 +0,0 @@ -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#reasonOther" -- assertVisible: - id: "report:labeler:mod-authority.test" -# reason "other" defaults with details open -- assertVisible: - id: "report:details" -- tapOn: - id: "report:details" -- inputText: "This is a test report" -- tapOn: - id: "report:submit" -- assertNotVisible: - id: "report:dialog" -- cgit 1.4.1