08a8324290
* Only enable policy update overlay once the actual Overlay mounts (after onboarding and all that) * Disable policy overlay in e2e * Add comments * Add extra insurance * Rm log * Fix shared prefs test * Fix login flows by optionally closing 'Remember password' system dialog * Return missing testID * Bump dev-env
30 lines
572 B
YAML
30 lines
572 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../setupServer.js
|
|
env:
|
|
SERVER_PATH: "?users"
|
|
- runFlow:
|
|
file: ../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eOpenLoggedOutView"
|
|
- tapOn: "Sign in"
|
|
- tapOn:
|
|
id: "selectServiceButton"
|
|
- tapOn: "Custom"
|
|
- tapOn:
|
|
id: "customServerTextInput"
|
|
- inputText: "http://localhost:3000"
|
|
- tapOn: "Done"
|
|
- tapOn:
|
|
id: "loginUsernameInput"
|
|
- inputText: "Alice"
|
|
- tapOn:
|
|
id: "loginPasswordInput"
|
|
- inputText: "hunter2"
|
|
- pressKey: Enter
|
|
- tapOn:
|
|
text: "Not Now"
|
|
optional: true
|
|
- assertVisible: "Following"
|