ada2ac8b91
* Revert #7847 (was causing layout issues) * Test fixes * Pull latest translations from crowdin * Run intl:extract:all
31 lines
590 B
YAML
31 lines
590 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../setupServer.js
|
|
env:
|
|
SERVER_PATH: ?users
|
|
- runFlow:
|
|
file: ../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eSignInAlice"
|
|
|
|
# Post an image with the porn label
|
|
- assertVisible:
|
|
id: "composeFAB"
|
|
- tapOn:
|
|
id: "composeFAB"
|
|
- inputText: "Post with an image"
|
|
- tapOn:
|
|
id: "openGalleryBtn"
|
|
- tapOn: "Allow Full Access"
|
|
- tapOn: "Content warnings"
|
|
- tapOn: "Porn"
|
|
- tapOn:
|
|
label: "Tap on confirm"
|
|
id: "confirmBtn"
|
|
- tapOn:
|
|
id: "composerPublishBtn"
|
|
- tapOn:
|
|
id: "e2eRefreshHome"
|
|
- assertVisible: "Adult Content"
|