Browse Source

Maestro navigate to more screen

pull/1778/head
Benoit Marty 11 months ago
parent
commit
1810a2730e
  1. 15
      .maestro/tests/settings/settings.yaml

15
.maestro/tests/settings/settings.yaml

@ -9,6 +9,11 @@ appId: ${APP_ID} @@ -9,6 +9,11 @@ appId: ${APP_ID}
- assertVisible: "Share analytics data"
- back
- tapOn:
text: "Notifications"
- assertVisible: "Enable notifications on this device"
- back
- tapOn:
text: "Report a problem"
- assertVisible: "Report a bug"
@ -21,6 +26,16 @@ appId: ${APP_ID} @@ -21,6 +26,16 @@ appId: ${APP_ID}
- assertVisible: "Privacy policy"
- back
- tapOn:
text: "Screen lock"
- assertVisible: "Choose PIN"
- back
- tapOn:
text: "Advanced settings"
- assertVisible: "Rich text editor"
- back
- tapOn:
text: "Developer options"
- assertVisible: "Feature flags"

Loading…
Cancel
Save