Skip to content

Commit 86ef302

Browse files
committed
More debugging.
1 parent 95c3ddd commit 86ef302

2 files changed

Lines changed: 2 additions & 1 deletion

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 "7b-fcRQ2Q7k"
15+
And I play YouTube video "lJIrF4YjHfQ"
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
allowfullscreen=""></iframe></p>
2121
<iframe width="500" height="250" src="https://www.youtube-nocookie.com/embed/BkvRu5-Cuz4"
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>
2324
</section>
2425
</body>
2526
</html>

0 commit comments

Comments
 (0)