3244e1c468
* fix feed reorder test * fix feed reorder test pt 2 * fix edit profile test * fix mod list test * fix fab * add assert * one more assertVisible * fix search test * tap now now if it shows up
39 lines
683 B
YAML
39 lines
683 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../setupServer.js
|
|
env:
|
|
SERVER_PATH: ""
|
|
- runFlow:
|
|
file: ../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eOpenLoggedOutView"
|
|
- tapOn:
|
|
id: "createAccountButton"
|
|
- tapOn:
|
|
id: "selectServiceButton"
|
|
- tapOn:
|
|
id: "customSelectBtn"
|
|
- tapOn:
|
|
id: "customServerTextInput"
|
|
- inputText: "http://localhost:3000"
|
|
- pressKey: Enter
|
|
- tapOn:
|
|
id: "doneBtn"
|
|
- tapOn:
|
|
id: "emailInput"
|
|
- inputText: "example@test.com"
|
|
- tapOn:
|
|
id: "passwordInput"
|
|
- inputText: "hunter2"
|
|
- pressKey: Enter
|
|
- tapOn:
|
|
id: "nextBtn"
|
|
- tapOn: "Not now"
|
|
- tapOn:
|
|
id: "handleInput"
|
|
- inputText: "e2e-test"
|
|
- tapOn:
|
|
id: "nextBtn"
|
|
|