15 lines
356 B
YAML
15 lines
356 B
YAML
appId: ${MAESTRO_APP_ID}
|
|
---
|
|
# This is the name of one room
|
|
- tapOn: ${MAESTRO_ROOM_NAME}
|
|
- takeScreenshot: build/maestro/500-Timeline
|
|
- runFlow: messages/text.yaml
|
|
- runFlow: messages/location.yaml
|
|
- runFlow: messages/poll.yaml
|
|
|
|
# Restore once the call flow is fixed
|
|
#- runFlow: call/call.yaml
|
|
|
|
- back
|
|
- runFlow: ../../assertions/assertHomeDisplayed.yaml
|