Browse Source

fix typo

pull/1069/head
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
673bebc9c0
  1. 4
      .maestro/tests/roomList/createAndDeleteRoom.yaml

4
.maestro/tests/roomList/createAndDeleteRoom.yaml

@ -17,7 +17,7 @@ appId: ${APP_ID}
- takeScreenshot: build/maestro/320-createAndDeleteRoom - takeScreenshot: build/maestro/320-createAndDeleteRoom
- tapOn: "aRoomName" - tapOn: "aRoomName"
- tapOn: "Invite people" - tapOn: "Invite people"
# assert there's 1 memeber and 1 invitee # assert there's 1 member and 1 invitee
- tapOn: "Search for someone" - tapOn: "Search for someone"
- inputText: ${INVITEE2_MXID} - inputText: ${INVITEE2_MXID}
- tapOn: - tapOn:
@ -27,7 +27,7 @@ appId: ${APP_ID}
- tapOn: "Back" - tapOn: "Back"
- tapOn: "aRoomName" - tapOn: "aRoomName"
- tapOn: "People" - tapOn: "People"
# assert there's 1 memeber and 2 invitees # assert there's 1 member and 2 invitees
- tapOn: "Back" - tapOn: "Back"
- tapOn: "Leave room" - tapOn: "Leave room"
- tapOn: "Leave" - tapOn: "Leave"

Loading…
Cancel
Save