* 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>
10 lines
209 B
YAML
10 lines
209 B
YAML
appId: ${MAESTRO_APP_ID}
|
|
---
|
|
- takeScreenshot: build/maestro/510-Timeline
|
|
- tapOn:
|
|
id: "text_editor"
|
|
- inputText: "Hello world!"
|
|
- tapOn: "Send"
|
|
- hideKeyboard
|
|
- takeScreenshot: build/maestro/511-Timeline
|