Skip to content

Commit b63ac2f

Browse files
committed
Debugging.
1 parent 86ef302 commit b63ac2f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

features/youtube_tracking_integration.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: DAP successfully integrates with the YouTube iframe API
1212
When I load the test page "youtube.html"
1313
And I wait for the YouTube iframe API to load
1414
And I wait 5 seconds
15-
And I play YouTube video "lJIrF4YjHfQ"
15+
And I play YouTube video "zt4t5kOHBig"
1616
And I wait 5 seconds
1717
Then a "video_start" event is sent to DAP with parameters
1818
| video_provider | youtube |

test_site/youtube.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
src="https://www.youtube.com/embed/LcvYjkCBY28?feature=oembed&mute=1" frameborder="0"
1919
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;"
2020
allowfullscreen=""></iframe></p>
21-
<iframe width="500" height="250" src="https://www.youtube-nocookie.com/embed/BkvRu5-Cuz4"
21+
<iframe width="500" height="250" src="https://www.youtube.com/embed/zt4t5kOHBig?si=087Y2Qc67kbGrh-0&mute=1"
2222
title="YouTube video player" frameborder="0" allowfullscreen></iframe>
23-
<iframe width="560" height="315" src="https://www.youtube.com/embed/lJIrF4YjHfQ?si=T2e05K4iif3y88Xe&mute=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2423
</section>
2524
</body>
2625
</html>

0 commit comments

Comments
 (0)