Fix Maestro regression when coming back from room to the search screen (#5156)

This commit is contained in:
Jorge Martin Espinosa 2025-08-12 22:58:37 +02:00 committed by GitHub
parent 58ce545d98
commit 8f2efd6984
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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