We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ce545 commit 8f2efd6Copy full SHA for 8f2efd6
.maestro/tests/roomList/searchRoomList.yaml
@@ -5,6 +5,14 @@ appId: ${MAESTRO_APP_ID}
5
- inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)}
6
- takeScreenshot: build/maestro/400-SearchRoom
7
- tapOn: ${MAESTRO_ROOM_NAME}
8
-# Back from timeline
+# Back from timeline to search
9
+- back
10
+- extendedWaitUntil:
11
+ visible: ${MAESTRO_ROOM_NAME.substring(0, 3)}
12
+ timeout: 10000
13
+# Back to close the keyboard
14
15
+- waitForAnimationToEnd
16
+# Back to close the home screen
17
- back
18
- runFlow: ../assertions/assertHomeDisplayed.yaml
0 commit comments