about summary refs log tree commit diff
path: root/__e2e__/flows/report-dialog/post.edit-reason.yml
blob: 3c612d4badf738439d4d53e5e20c0d547f08b7d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"