19 lines
502 B
YAML
19 lines
502 B
YAML
appId: ${MAESTRO_APP_ID}
|
|
---
|
|
- runFlow: ../assertions/assertRoomListSynced.yaml
|
|
- tapOn: "search"
|
|
- inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)}
|
|
- takeScreenshot: build/maestro/400-SearchRoom
|
|
- tapOn: ${MAESTRO_ROOM_NAME}
|
|
# Back from timeline to search
|
|
- back
|
|
- extendedWaitUntil:
|
|
visible: ${MAESTRO_ROOM_NAME.substring(0, 3)}
|
|
timeout: 10000
|
|
# Back to close the keyboard
|
|
- back
|
|
- waitForAnimationToEnd
|
|
# Back to close the home screen
|
|
- back
|
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|