forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1appId: app.witchsky
2---
3- runScript:
4 file: ../../setupServer.js
5 env:
6 SERVER_PATH: ?users&follows&posts&feeds
7- runFlow:
8 file: ../../setupApp.yml
9- tapOn:
10 id: "e2eSignInAlice"
11
12- tapOn:
13 id: "postDropdownBtn"
14 index: 0
15- tapOn:
16 id: "postDropdownReportBtn"
17- tapOn:
18 id: "report:category:Misleading"
19- tapOn:
20 id: "report:option:Other misleading content"
21- assertVisible:
22 text: Your report will be sent to Dev-env Moderation.*
23# reason "other" defaults with details open
24- assertVisible:
25 id: "report:details"
26- tapOn:
27 id: "report:clearReportOption"
28- assertNotVisible:
29 id: "report:details"
30- tapOn:
31 id: "report:clearCategory"
32- assertNotVisible:
33 id: "report:option:Other misleading content"
34- tapOn:
35 id: "report:category:Misleading"
36- tapOn:
37 id: "report:option:Spam"
38- assertVisible:
39 text: Your report will be sent to Dev-env Moderation.*
40- tapOn:
41 id: "report:submit"
42- assertNotVisible:
43 id: "report:dialog"