@@ -14,7 +14,7 @@ tags:
|
||||
file: ../subflows/switch_codec_tracks_deep.yaml
|
||||
env:
|
||||
AUDIO_TRACK: "(?is)^English.*(?:Dolby Digital Plus|E-AC3|Surround|5\\.1).*"
|
||||
SUBTITLE_TRACK: "(?is)^English.*APPLICATION/X-SUBRIP.*"
|
||||
SUBTITLE_TRACK: "(?is)^English.*(?:SRT|APPLICATION/X-SUBRIP).*"
|
||||
SHEET_MARKER: "(?is)^Japanese.*(?:Dolby Digital Plus|E-AC3|Surround|5\\.1).*"
|
||||
- repeat:
|
||||
times: 2
|
||||
|
||||
@@ -22,7 +22,6 @@ appId: com.edde746.plezy
|
||||
timeout: 10000
|
||||
- tapOn: "(?s)Server URLs.*"
|
||||
- inputText: ${JELLYFIN_URL}
|
||||
- hideKeyboard
|
||||
- tapOn: "Find server"
|
||||
- extendedWaitUntil:
|
||||
visible: "Maestro Jellyfin"
|
||||
@@ -31,8 +30,11 @@ appId: com.edde746.plezy
|
||||
- inputText: "maestro"
|
||||
- tapOn: "Password"
|
||||
- inputText: "maestro"
|
||||
- hideKeyboard
|
||||
- tapOn: "Sign in"
|
||||
- hideKeyboard:
|
||||
optional: true
|
||||
- tapOn:
|
||||
text: "Sign in"
|
||||
optional: true
|
||||
- extendedWaitUntil:
|
||||
visible: "Discover"
|
||||
timeout: 30000
|
||||
|
||||
@@ -7,7 +7,6 @@ appId: com.edde746.plezy
|
||||
timeout: 10000
|
||||
- tapOn: "Search movies, shows, music..."
|
||||
- inputText: "${SAMPLE_TITLE}"
|
||||
- hideKeyboard
|
||||
- extendedWaitUntil:
|
||||
visible: "(?s).*${SAMPLE_TITLE}$"
|
||||
timeout: 15000
|
||||
|
||||
@@ -13,7 +13,7 @@ appId: com.edde746.plezy
|
||||
SHEET_MARKER: "${AUDIO_TRACK}"
|
||||
- assertVisible: "${SUBTITLE_TRACK}"
|
||||
- tapOn:
|
||||
point: "70%,66%"
|
||||
text: "${SUBTITLE_TRACK}"
|
||||
- runFlow:
|
||||
file: show_codec_track_sheet.yaml
|
||||
env:
|
||||
|
||||
@@ -21,12 +21,8 @@ appId: com.edde746.plezy
|
||||
end: 70%, 68%
|
||||
duration: 300
|
||||
- assertVisible: "${SUBTITLE_TRACK}"
|
||||
- swipe:
|
||||
start: 70%, 78%
|
||||
end: 70%, 68%
|
||||
duration: 300
|
||||
- tapOn:
|
||||
point: "70%,86%"
|
||||
text: "${SUBTITLE_TRACK}"
|
||||
- runFlow:
|
||||
file: show_codec_track_sheet.yaml
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user