Add Maestro tests for create & join rooms (#472)
I created 2 additional test users to use them as MXID we lookup during room creation. I.e. we will not login as those users, it's just 2 known MXIDs that we know exist so we can look them up. - https://github.com/vector-im/element-x-android/issues/409
This commit is contained in:
parent
80170fc204
commit
3bc5dfa2dc
6 changed files with 69 additions and 3 deletions
14
.maestro/tests/roomList/roomContextMenu.yaml
Normal file
14
.maestro/tests/roomList/roomContextMenu.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
appId: ${APP_ID}
|
||||
---
|
||||
# Purpose: Test the context menu of a room in the room list
|
||||
- longPressOn: ${ROOM_NAME}
|
||||
- takeScreenshot: build/maestro/310-RoomList-ContextMenu
|
||||
- tapOn:
|
||||
text: "Settings"
|
||||
index: 0
|
||||
- tapOn: "Back"
|
||||
- longPressOn: ${ROOM_NAME}
|
||||
- tapOn:
|
||||
text: "Leave room"
|
||||
index: 0
|
||||
- tapOn: "Cancel"
|
||||
Loading…
Add table
Add a link
Reference in a new issue