about summary refs log tree commit diff
path: root/__e2e__/flows/composer-self-label.yml
blob: 4539e1e04ed7e05dc1920a271dd641e59b45826b (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
- runFlow:
    file: ../setupApp.yml
- tapOn:
    id: "e2eSignInAlice"
- extendedWaitUntil:
    visible:
      id: "viewHeaderHomeFeedPrefsBtn"

# Post an image with the porn label
- assertVisible:
    id: "composeFAB"
- tapOn:
    id: "composeFAB"
- inputText: "Post with an image"
- tapOn:
    id: "openMediaBtn"
- extendedWaitUntil:
    visible:
      id: "selectedPhotosView"
- tapOn: "Content warnings"
- tapOn: "Porn"
- tapOn:
    label: "Tap on confirm"
    id: "confirmBtn"
- tapOn:
    id: "composerPublishBtn"
- tapOn:
    id: "e2eRefreshHome"
- assertVisible: "Adult Content"