Update Maestro test regarding settings.
This commit is contained in:
parent
976ee893e2
commit
bad9d7e12c
1 changed files with 21 additions and 4 deletions
|
|
@ -2,12 +2,29 @@ appId: ${APP_ID}
|
||||||
---
|
---
|
||||||
- tapOn:
|
- tapOn:
|
||||||
id: "home_screen-settings"
|
id: "home_screen-settings"
|
||||||
- assertVisible: "Rageshake to report bug"
|
- assertVisible: "Settings"
|
||||||
- takeScreenshot: build/maestro/600-Settings
|
- takeScreenshot: build/maestro/600-Settings
|
||||||
- tapOn:
|
- tapOn:
|
||||||
text: "Report bug"
|
text: "Analytics"
|
||||||
index: 1
|
- assertVisible: "Share analytics data"
|
||||||
- assertVisible: "Describe the bug…"
|
|
||||||
- back
|
- back
|
||||||
|
|
||||||
|
- tapOn:
|
||||||
|
text: "Report bug"
|
||||||
|
- assertVisible: "Report a bug"
|
||||||
|
- back
|
||||||
|
|
||||||
|
- tapOn:
|
||||||
|
text: "About"
|
||||||
|
- assertVisible: "Copyright"
|
||||||
|
- assertVisible: "Acceptable use policy"
|
||||||
|
- assertVisible: "Privacy policy"
|
||||||
|
- back
|
||||||
|
|
||||||
|
- tapOn:
|
||||||
|
text: "Developer options"
|
||||||
|
- assertVisible: "Feature flags"
|
||||||
|
- back
|
||||||
|
|
||||||
- back
|
- back
|
||||||
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue