Skip to content

Commit 252a109

Browse files
authored
Fix failing Duck Player test when bot detection is triggered (#7148)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1210626814037951/task/1211963296480297?focus=true ### Description * Don't tap 'app' overlay if bot detection error message is shown ### Steps to test this PR _Feature 1_ - [ ] Check [workflow](https://app.maestro.dev/project/proj_01htg54rdtfwx8rgbzv03cxkpf/maestro-test/app/app_01hkqhj1thevwtn9ym8a2ctn2r/upload/mupload_01kaehj7m4en2sa93rgz038mj3?sort=name&status=FAILURE) passes ### UI changes | Before | After | | ------ | ----- | !(Upload before screenshot)|(Upload after screenshot)|
1 parent 1f2fd5f commit 252a109

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.maestro/duckplayer/direct_duckplayer_youtube.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ tags:
1818

1919
- runFlow: common/assert_duckplayer_visible.yaml
2020

21-
- tapOn:
22-
id: app
21+
- runFlow:
22+
when:
23+
visible:
24+
id: "global-loader"
25+
commands:
26+
- tapOn:
27+
id: app
2328

2429
- tapOn:
2530
text: "Watch on YouTube"

0 commit comments

Comments
 (0)