35 lines
806 B
YAML
35 lines
806 B
YAML
appId: com.d3ro.voice
|
|
name: Continue the same manager session and read the target user
|
|
---
|
|
- assertVisible:
|
|
id: dashboard-scroll
|
|
- tapOn:
|
|
id: tab-settings
|
|
retryTapIfNoChange: true
|
|
waitToSettleTimeoutMs: 2000
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: settings-screen
|
|
timeout: 30000
|
|
- scrollUntilVisible:
|
|
element:
|
|
id: open-admin
|
|
direction: DOWN
|
|
timeout: 15000
|
|
visibilityPercentage: 50
|
|
- tapOn:
|
|
id: open-admin
|
|
retryTapIfNoChange: true
|
|
waitToSettleTimeoutMs: 2000
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: admin-screen
|
|
timeout: 30000
|
|
- tapOn:
|
|
id: admin-user-search
|
|
- inputText: ${MAESTRO_TARGET_NAME}
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: admin-user-${MAESTRO_TARGET_ID}
|
|
timeout: 30000
|
|
- takeScreenshot: admin-local-manager-read-user
|