* Fix Maestro tests using 'Settings' to open the settings screen. * Try to allow manually running Maestro tests. * Also adjust logout flow.
14 lines
297 B
YAML
14 lines
297 B
YAML
appId: ${APP_ID}
|
|
---
|
|
- tapOn:
|
|
id: "home_screen-settings"
|
|
- assertVisible: "Rageshake to report bug"
|
|
- takeScreenshot: build/maestro/600-Settings
|
|
- tapOn:
|
|
text: "Report bug"
|
|
index: 1
|
|
- assertVisible: "Describe the bug…"
|
|
- back
|
|
- back
|
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|