* Replace 'leave room' text with 'leave conversation' for DMs * Add `isDm` property to both `RoomSummary` and `RoomListRoomSummary` * Remove redundant `leave_conversation_alert_subtitle_*` texts * Fix maestro flow --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
13 lines
359 B
YAML
13 lines
359 B
YAML
appId: ${APP_ID}
|
|
---
|
|
# Purpose: Test the creation and deletion of a DM room.
|
|
- tapOn: "Create a new conversation or room"
|
|
- tapOn: "Search for someone"
|
|
- inputText: ${INVITEE1_MXID}
|
|
- tapOn:
|
|
text: ${INVITEE1_MXID}
|
|
index: 1
|
|
- takeScreenshot: build/maestro/330-createAndDeleteDM
|
|
- tapOn: "maestroelement2"
|
|
- tapOn: "Leave conversation"
|
|
- tapOn: "Leave"
|