12 lines
265 B
YAML
12 lines
265 B
YAML
appId: ${APP_ID}
|
|
---
|
|
- tapOn: "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
|