From a7ea665a3c6c0bb67e8a51e934c7004fa3ad96d6 Mon Sep 17 00:00:00 2001 From: Jorge Martin Espinosa Date: Tue, 12 Aug 2025 22:58:37 +0200 Subject: [PATCH] Fix Maestro regression when coming back from room to the search screen (#5156) --- .maestro/tests/roomList/searchRoomList.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.maestro/tests/roomList/searchRoomList.yaml b/.maestro/tests/roomList/searchRoomList.yaml index 5d5e01de84..09197f058b 100644 --- a/.maestro/tests/roomList/searchRoomList.yaml +++ b/.maestro/tests/roomList/searchRoomList.yaml @@ -5,6 +5,14 @@ appId: ${MAESTRO_APP_ID} - inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)} - takeScreenshot: build/maestro/400-SearchRoom - tapOn: ${MAESTRO_ROOM_NAME} -# Back from timeline +# 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