Merge pull request #1778 from vector-im/feature/bma/fixMaestroAgain
Fix maestro again
This commit is contained in:
commit
e1aa2edc3f
2 changed files with 18 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue