First Commit
This commit is contained in:
18
.maestro/tests/roomList/searchRoomList.yaml
Normal file
18
.maestro/tests/roomList/searchRoomList.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user