45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
appId: com.edde746.plezy
|
|
---
|
|
- runFlow: onboard_jellyfin.yaml
|
|
- tapOn: "(?s)^Search.*"
|
|
- extendedWaitUntil:
|
|
visible: "Search movies, shows, music..."
|
|
timeout: 10000
|
|
- tapOn: "Search movies, shows, music..."
|
|
- inputText: "${SAMPLE_TITLE}"
|
|
- runFlow:
|
|
when:
|
|
platform: iOS
|
|
commands:
|
|
- pressKey: ENTER
|
|
- runFlow:
|
|
when:
|
|
platform: Android
|
|
commands:
|
|
- hideKeyboard
|
|
- extendedWaitUntil:
|
|
visible: "(?s)^${SAMPLE_TITLE}, movie, (?:watched|unwatched)$"
|
|
timeout: 15000
|
|
- tapOn: "(?s)^${SAMPLE_TITLE}, movie, (?:watched|unwatched)$"
|
|
- extendedWaitUntil:
|
|
visible: "Overview"
|
|
timeout: 15000
|
|
- assertVisible: "${SAMPLE_OVERVIEW}"
|
|
- tapOn:
|
|
text: "Play"
|
|
waitToSettleTimeoutMs: 1000
|
|
- extendedWaitUntil:
|
|
notVisible: "Overview"
|
|
timeout: 15000
|
|
- extendedWaitUntil:
|
|
visible: "Pause"
|
|
timeout: 30000
|
|
- tapOn: "Pause"
|
|
- extendedWaitUntil:
|
|
visible: "Play"
|
|
timeout: 5000
|
|
- extendedWaitUntil:
|
|
visible: "(?s)^.*Audio & Subtitles$"
|
|
timeout: 30000
|
|
- tapOn: "(?s)^.*Audio & Subtitles$"
|