34 lines
831 B
YAML
34 lines
831 B
YAML
appId: ${APP_ID}
|
|
---
|
|
# Purpose: Test the creation and deletion of a room
|
|
- tapOn: "Create a new conversation or room"
|
|
- tapOn: "New room"
|
|
- tapOn: "Search for someone"
|
|
- inputText: ${INVITEE1_MXID}
|
|
- tapOn:
|
|
text: ${INVITEE1_MXID}
|
|
index: 1
|
|
- tapOn: "Next"
|
|
- tapOn: "e.g. your project name"
|
|
- inputText: "aRoomName"
|
|
- tapOn: "What is this room about?"
|
|
- inputText: "aRoomTopic"
|
|
- tapOn: "Create"
|
|
- takeScreenshot: build/maestro/320-createAndDeleteRoom
|
|
- tapOn: "aRoomName"
|
|
- tapOn: "Invite people"
|
|
# assert there's 1 member and 1 invitee
|
|
- tapOn: "Search for someone"
|
|
- inputText: ${INVITEE2_MXID}
|
|
- tapOn:
|
|
text: ${INVITEE2_MXID}
|
|
index: 1
|
|
- tapOn: "Invite"
|
|
- tapOn: "Back"
|
|
- tapOn: "aRoomName"
|
|
- tapOn: "People"
|
|
# assert there's 1 member and 2 invitees
|
|
- tapOn: "Back"
|
|
- scroll
|
|
- tapOn: "Leave room"
|
|
- tapOn: "Leave"
|