about summary refs log tree commit diff
path: root/__e2e__/flows/onboarding.yml
blob: ee93a2b2890faceebf28a73f7039f1d286cf10b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
appId: xyz.blueskyweb.app
---
- runScript:
    file: ../setupServer.js
    env:
        SERVER_PATH: "?users"
- runFlow:
    file: ../setupApp.yml
- tapOn:
    id: "e2eSignInAlice"
- tapOn:
    id: "e2eStartOnboarding"
- tapOn: "Select an avatar"
- waitForAnimationToEnd
- tapOn:
    point: "50%,22%"
- waitForAnimationToEnd
- tapOn: "Done"
- waitForAnimationToEnd
- tapOn: "Continue to next step"
- assertVisible: "What are your interests?"
- tapOn:
    label: "Tap on continue"
    point: "50%,92%"
- assertVisible: "You're ready to go!"
- tapOn:
    label: "Tap on Lets go"
    point: "50%,92%"