Browse Source

Merge pull request #1778 from vector-im/feature/bma/fixMaestroAgain

Fix maestro again
pull/1779/head
Benoit Marty 11 months ago committed by GitHub
parent
commit
67de20ff09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .maestro/tests/roomList/createAndDeleteRoom.yaml
  2. 18
      .maestro/tests/settings/settings.yaml

1
.maestro/tests/roomList/createAndDeleteRoom.yaml

@ -29,5 +29,6 @@ appId: ${APP_ID}
- tapOn: "People" - tapOn: "People"
# assert there's 1 member and 2 invitees # assert there's 1 member and 2 invitees
- tapOn: "Back" - tapOn: "Back"
- scroll
- tapOn: "Leave room" - tapOn: "Leave room"
- tapOn: "Leave" - tapOn: "Leave"

18
.maestro/tests/settings/settings.yaml

@ -10,7 +10,12 @@ appId: ${APP_ID}
- back - back
- tapOn: - tapOn:
text: "Report bug" text: "Notifications"
- assertVisible: "Enable notifications on this device"
- back
- tapOn:
text: "Report a problem"
- assertVisible: "Report a bug" - assertVisible: "Report a bug"
- back - back
@ -21,6 +26,17 @@ appId: ${APP_ID}
- assertVisible: "Privacy policy" - assertVisible: "Privacy policy"
- back - back
- tapOn:
text: "Screen lock"
- assertVisible: "Choose PIN"
- hideKeyboard
- back
- tapOn:
text: "Advanced settings"
- assertVisible: "Rich text editor"
- back
- tapOn: - tapOn:
text: "Developer options" text: "Developer options"
- assertVisible: "Feature flags" - assertVisible: "Feature flags"

Loading…
Cancel
Save