* Sync Strings from Localazy * Fix 'Report a problem' screen title --------- Co-authored-by: bmarty <bmarty@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
47 lines
838 B
YAML
47 lines
838 B
YAML
appId: ${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
|