Skip to content

Commit 95c3ddd

Browse files
committed
Debugging
1 parent 683ed66 commit 95c3ddd

2 files changed

Lines changed: 2 additions & 2 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 "LcvYjkCBY28"
15+
And I play YouTube video "7b-fcRQ2Q7k"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<section>
1414
<div class="flex-video widescreen"><iframe title="MedWatch Tips &amp; Tools (January 2016)" height="250"
15-
src="https://www.youtube-nocookie.com/embed/7b-fcRQ2Q7k" frameborder="0" width="500"
15+
src="https://www.youtube-nocookie.com/embed/7b-fcRQ2Q7k?mute=1" frameborder="0" width="500"
1616
allowfullscreen="" alt="MedWatch Tips &amp; Tools (January 2016)"></iframe></div>
1717
<p><iframe title="Time-lapse of X-59 aircraft (May 2019 - June 2021)" width="500" height="250"
1818
src="https://www.youtube.com/embed/LcvYjkCBY28?feature=oembed&mute=1" frameborder="0"

0 commit comments

Comments
 (0)