10 lines
273 B
YAML
10 lines
273 B
YAML
appId: ${APP_ID}
|
|
---
|
|
# This is the name of one room
|
|
- tapOn: ${ROOM_NAME}
|
|
- takeScreenshot: build/maestro/500-Timeline
|
|
- runFlow: messages/text.yaml
|
|
- runFlow: messages/location.yaml
|
|
- runFlow: messages/poll.yaml
|
|
- back
|
|
- runFlow: ../../assertions/assertHomeDisplayed.yaml
|