457cd3d0fb
* update dev-env * hide nux after onboarding * use getter/setter for proxy header
39 lines
805 B
YAML
39 lines
805 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../setupServer.js
|
|
env:
|
|
SERVER_PATH: "?users"
|
|
- runFlow:
|
|
file: ../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eSignInAlice"
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: "viewHeaderHomeFeedPrefsBtn"
|
|
|
|
- tapOn:
|
|
id: "e2eStartOnboarding"
|
|
- tapOn: "Select an avatar"
|
|
- waitForAnimationToEnd
|
|
- assertVisible: "Search your library…"
|
|
- tapOn:
|
|
point: "50%,22%"
|
|
- waitForAnimationToEnd
|
|
- tapOn: "Done"
|
|
- waitForAnimationToEnd
|
|
- tapOn:
|
|
id: "onboardingContinue"
|
|
- assertVisible: "What are your interests?"
|
|
- tapOn:
|
|
id: "onboardingContinue"
|
|
- assertVisible: "You're ready to go!"
|
|
- tapOn:
|
|
id: "onboardingFinish"
|
|
- tapOn:
|
|
label: "NUX, if applicable"
|
|
text: "Close"
|
|
optional: true
|
|
- waitForAnimationToEnd
|
|
- assertVisible: "Following"
|