You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
846 B
46 lines
846 B
appId: ${MAESTRO_APP_ID} |
|
--- |
|
- tapOn: |
|
id: "home_screen-settings" |
|
- assertVisible: "Settings" |
|
- takeScreenshot: build/maestro/600-Settings |
|
- tapOn: |
|
text: "Analytics" |
|
- assertVisible: "Share analytics data" |
|
- back |
|
|
|
- tapOn: |
|
text: "Notifications" |
|
- assertVisible: "Enable notifications on this device" |
|
- back |
|
|
|
- tapOn: |
|
text: "Report a problem" |
|
- assertVisible: "Report a problem" |
|
- back |
|
|
|
- tapOn: |
|
text: "About" |
|
- assertVisible: "Copyright" |
|
- assertVisible: "Acceptable use policy" |
|
- assertVisible: "Privacy policy" |
|
- back |
|
|
|
- tapOn: |
|
text: "Screen lock" |
|
- assertVisible: "Choose PIN" |
|
- hideKeyboard |
|
- back |
|
|
|
- tapOn: |
|
text: "Advanced settings" |
|
- assertVisible: "Rich text editor" |
|
- back |
|
|
|
- tapOn: |
|
text: "Developer options" |
|
- assertVisible: "Feature flags" |
|
- back |
|
|
|
- back |
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
|
|