3244e1c468
* fix feed reorder test * fix feed reorder test pt 2 * fix edit profile test * fix mod list test * fix fab * add assert * one more assertVisible * fix search test * tap now now if it shows up
23 lines
426 B
YAML
23 lines
426 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"
|
|
- assertVisible: "Search"
|
|
- tapOn: "Search"
|
|
- inputText: "b"
|
|
- tapOn:
|
|
id: "searchAutoCompleteResult-bob.test"
|
|
- assertVisible:
|
|
id: "profileView"
|
|
|