* Add UI for edit composer mode * Remove leftover code from the RTE implementation --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
14 lines
337 B
YAML
14 lines
337 B
YAML
appId: ${APP_ID}
|
|
---
|
|
- runFlow: ../assertions/assertRoomListSynced.yaml
|
|
- tapOn: "search"
|
|
- inputText: ${ROOM_NAME.substring(0, 3)}
|
|
- takeScreenshot: build/maestro/400-SearchRoom
|
|
- tapOn: ${ROOM_NAME}
|
|
# Back from timeline
|
|
- back
|
|
# Close keyboard
|
|
- hideKeyboard
|
|
# Back from search
|
|
- back
|
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|