* Add plain text editor based on markdown input - Fix autofocus of message composer. - Remove `Message` data class, fetch the details in `MessagesPresenter` instead. - Remove `enable rich text` option from advanced settings, set it as a build configuration instead. * Fix MentionSpanProvider * Bump RTE library to released `v2.37.3` --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
46 lines
841 B
YAML
46 lines
841 B
YAML
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: "View source"
|
|
- back
|
|
|
|
- tapOn:
|
|
text: "Developer options"
|
|
- assertVisible: "Feature flags"
|
|
- back
|
|
|
|
- back
|
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|