* Fix the `assertSessionVerificationDisplayed.yaml` check * Previous 'Location' is now 'Share location' * We don't have a GPS location, so the text is 'Share selected location' * 'Create a new conversation' is now 'Create room' * Try adding a background logcat process * 'Sign out' is now 'Remove this device' * Adjust the logcat filtering so it silences everything that's not our app, otherwise the logs can get quite large
21 lines
495 B
YAML
21 lines
495 B
YAML
appId: ${MAESTRO_APP_ID}
|
|
---
|
|
# Purpose: Test the creation and deletion of a DM room.
|
|
- tapOn: "Create 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"
|