* Fix Maestro tests using 'Settings' to open the settings screen. * Try to allow manually running Maestro tests. * Also adjust logout flow.
13 lines
285 B
YAML
13 lines
285 B
YAML
appId: ${APP_ID}
|
|
---
|
|
- tapOn:
|
|
id: "home_screen-settings"
|
|
- tapOn: "Sign out"
|
|
- takeScreenshot: build/maestro/900-SignOutDialg
|
|
# Ensure cancel cancels
|
|
- tapOn: "Cancel"
|
|
- tapOn: "Sign out"
|
|
- tapOn:
|
|
text: "Sign out"
|
|
index: 1
|
|
- runFlow: ../assertions/assertInitDisplayed.yaml
|