17 lines
340 B
YAML
17 lines
340 B
YAML
appId: ${APP_ID}
|
|
---
|
|
- tapOn:
|
|
id: "home_screen-settings"
|
|
- tapOn: "Sign out"
|
|
- takeScreenshot: build/maestro/900-SignOutScreen
|
|
- back
|
|
- tapOn: "Sign out"
|
|
- tapOn:
|
|
id: "sign-out-submit"
|
|
# Ensure cancel cancels
|
|
- tapOn: "Cancel"
|
|
- tapOn:
|
|
id: "sign-out-submit"
|
|
- tapOn: "Sign out"
|
|
- runFlow: ../assertions/assertInitDisplayed.yaml
|