f3153b8acb
* Tests fix * Move the hosting provider text in account creation into the inside of the button to improve translation handling (close #8166) * Pull latest translations * Revert the 'you are creating an account' change entirely; it doesnt work
30 lines
561 B
YAML
30 lines
561 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: "Content warnings"
|
|
- tapOn: "Porn"
|
|
- tapOn:
|
|
label: "Tap on confirm"
|
|
id: "confirmBtn"
|
|
- tapOn:
|
|
id: "composerPublishBtn"
|
|
- tapOn:
|
|
id: "e2eRefreshHome"
|
|
- assertVisible: "Adult Content"
|