* Try fixing Maestro tests again: they fail when creating a room because the texts have changed * Try using a retry on the webview before the login so we skip Chrome's setup * Try handling edge case when leaving a room does not remove the screen
20 lines
517 B
YAML
20 lines
517 B
YAML
appId: ${MAESTRO_APP_ID}
|
|
---
|
|
# Purpose: Test the creation and deletion of a DM room.
|
|
- tapOn: "Create a new conversation or room"
|
|
- tapOn: "Search for someone"
|
|
- inputText: ${MAESTRO_INVITEE1_MXID}
|
|
- tapOn:
|
|
text: ${MAESTRO_INVITEE1_MXID}
|
|
index: 1
|
|
- tapOn: "Send invite"
|
|
- takeScreenshot: build/maestro/330-createAndDeleteDM
|
|
- tapOn: "maestroelement2"
|
|
- scroll
|
|
- tapOn: "Leave room"
|
|
- tapOn: "Leave"
|
|
- runFlow:
|
|
when:
|
|
visible: 'You need an invite in order to join'
|
|
commands:
|
|
- tapOn: "Back"
|