Skip to content

Commit 8f2efd6

Browse files
authored
Fix Maestro regression when coming back from room to the search screen (#5156)
1 parent 58ce545 commit 8f2efd6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.maestro/tests/roomList/searchRoomList.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ appId: ${MAESTRO_APP_ID}
55
- inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)}
66
- takeScreenshot: build/maestro/400-SearchRoom
77
- tapOn: ${MAESTRO_ROOM_NAME}
8-
# Back from timeline
8+
# 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+
- back
15+
- waitForAnimationToEnd
16+
# Back to close the home screen
917
- back
1018
- runFlow: ../assertions/assertHomeDisplayed.yaml

0 commit comments

Comments
 (0)