23 lines
417 B
YAML
23 lines
417 B
YAML
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"
|
|
|