Fix Maestro regression when coming back from room to the search screen (#5156)
This commit is contained in:
parent
58ce545d98
commit
8f2efd6984
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue