10 lines
206 B
YAML
10 lines
206 B
YAML
appId: ${APP_ID}
|
|
---
|
|
- takeScreenshot: build/maestro/510-Timeline
|
|
- tapOn:
|
|
id: "rich_text_editor"
|
|
- inputText: "Hello world!"
|
|
- tapOn: "Send"
|
|
- hideKeyboard
|
|
- takeScreenshot: build/maestro/511-Timeline
|