Fix: Maestro tests fail when using settings (#358)
* Fix Maestro tests using 'Settings' to open the settings screen. * Try to allow manually running Maestro tests. * Also adjust logout flow.
This commit is contained in:
parent
dbbc14f683
commit
27824a279a
5 changed files with 17 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
appId: ${APP_ID}
|
||||
---
|
||||
- tapOn: "Settings"
|
||||
- tapOn:
|
||||
id: "home_screen-settings"
|
||||
- tapOn: "Sign out"
|
||||
- takeScreenshot: build/maestro/900-SignOutDialg
|
||||
# Ensure cancel cancels
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
appId: ${APP_ID}
|
||||
---
|
||||
- tapOn: "Settings"
|
||||
- tapOn:
|
||||
id: "home_screen-settings"
|
||||
- assertVisible: "Rageshake to report bug"
|
||||
- takeScreenshot: build/maestro/600-Settings
|
||||
- tapOn:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue