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

Fix maestro again
This commit is contained in:
Benoit Marty
2023-11-09 12:24:24 +01:00
committed by GitHub
2 changed files with 18 additions and 1 deletions

View File

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

View File

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