Add prefix MAESTRO_ to Maestro env variable.
This commit is contained in:
parent
25ba857da6
commit
03c8a14093
24 changed files with 56 additions and 56 deletions
|
|
@ -1,10 +1,10 @@
|
|||
appId: ${APP_ID}
|
||||
appId: ${MAESTRO_APP_ID}
|
||||
---
|
||||
- runFlow: ../assertions/assertRoomListSynced.yaml
|
||||
- tapOn: "search"
|
||||
- inputText: ${ROOM_NAME.substring(0, 3)}
|
||||
- inputText: ${MAESTRO_ROOM_NAME.substring(0, 3)}
|
||||
- takeScreenshot: build/maestro/400-SearchRoom
|
||||
- tapOn: ${ROOM_NAME}
|
||||
- tapOn: ${MAESTRO_ROOM_NAME}
|
||||
# Back from timeline
|
||||
- back
|
||||
- assertVisible: "MyR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue