about summary refs log tree commit diff
path: root/__e2e__/flows/report-dialog/post.default.yml
blob: 955177b594ac1b851470be2d49e7fcc4c47ff5db (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
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"