Fix Maestro regression when coming back from room to the search screen (#5156)
This commit is contained in:
committed by
GitHub
parent
0a4a4e20db
commit
a7ea665a3c
@@ -5,6 +5,14 @@ appId: ${MAESTRO_APP_ID}
|
|||||||
- inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)}
|
- inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)}
|
||||||
- takeScreenshot: build/maestro/400-SearchRoom
|
- takeScreenshot: build/maestro/400-SearchRoom
|
||||||
- tapOn: ${MAESTRO_ROOM_NAME}
|
- 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
|
- back
|
||||||
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user