about summary refs log tree commit diff
path: root/__e2e__/flows/search-screen.yml
blob: 0d31d03fb9c9e9c6871d390f1d3aefe78ce18e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
appId: xyz.blueskyweb.app
---
- runScript:
    file: ../setupServer.js
    env:
        SERVER_PATH: "?users"
- runFlow:
    file: ../setupApp.yml
- tapOn:
    id: "e2eSignInAlice"

# Navigate to another user profile via autocomplete
- tapOn:
    id: "bottomBarSearchBtn"
- tapOn:
    id: "searchTextInput"
- inputText: "b"
- tapOn:
    id: "searchAutoCompleteResult-bob.test"
- assertVisible:
    id: "profileView"