Update Maestro test. Invite people step is now performed after the room has been created.
This commit is contained in:
parent
58a3ec767b
commit
590c9fa6f5
1 changed files with 6 additions and 6 deletions
|
|
@ -3,18 +3,18 @@ appId: ${MAESTRO_APP_ID}
|
||||||
# Purpose: Test the creation and deletion of a room
|
# Purpose: Test the creation and deletion of a room
|
||||||
- tapOn: "Create a new conversation or room"
|
- tapOn: "Create a new conversation or room"
|
||||||
- tapOn: "New room"
|
- tapOn: "New room"
|
||||||
- tapOn: "Search for someone"
|
|
||||||
- inputText: ${MAESTRO_INVITEE1_MXID}
|
|
||||||
- tapOn:
|
|
||||||
text: ${MAESTRO_INVITEE1_MXID}
|
|
||||||
index: 1
|
|
||||||
- tapOn: "Next"
|
|
||||||
- tapOn: "e.g. your project name"
|
- tapOn: "e.g. your project name"
|
||||||
- inputText: "aRoomName"
|
- inputText: "aRoomName"
|
||||||
- tapOn: "What is this room about?"
|
- tapOn: "What is this room about?"
|
||||||
- inputText: "aRoomTopic"
|
- inputText: "aRoomTopic"
|
||||||
- tapOn: "Create"
|
- tapOn: "Create"
|
||||||
- takeScreenshot: build/maestro/320-createAndDeleteRoom
|
- takeScreenshot: build/maestro/320-createAndDeleteRoom
|
||||||
|
- tapOn: "Search for someone"
|
||||||
|
- inputText: ${MAESTRO_INVITEE1_MXID}
|
||||||
|
- tapOn:
|
||||||
|
text: ${MAESTRO_INVITEE1_MXID}
|
||||||
|
index: 1
|
||||||
|
- tapOn: "Finish"
|
||||||
- tapOn: "aRoomName"
|
- tapOn: "aRoomName"
|
||||||
- tapOn: "Invite"
|
- tapOn: "Invite"
|
||||||
# assert there's 1 member and 1 invitee
|
# assert there's 1 member and 1 invitee
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue