Skip to content

Commit 2ec89e1

Browse files
committed
Use smaller YouTube video for testing.
1 parent 2f531ed commit 2ec89e1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

features/youtube_tracking_integration.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Feature: DAP successfully integrates with the YouTube iframe API
1111
Scenario:
1212
When I load the test page "youtube.html"
1313
And I wait for the YouTube iframe API to load
14-
And I click on YouTube video "7b-fcRQ2Q7k"
14+
And I click on YouTube video "LcvYjkCBY28"
1515
And I wait 1 seconds
1616
Then a "video_start" event is sent to DAP with parameters
1717
| video_provider | youtube |
18-
| video_id | 7b-fcRQ2Q7k |
19-
| video_url | https://www.youtube.com/watch?v=7b-fcRQ2Q7k |
20-
| video_title | MedWatch Tips & Tools (January 2016) |
21-
| video_duration | 194 |
18+
| video_id | LcvYjkCBY28 |
19+
| video_url | https://www.youtube.com/watch?v=LcvYjkCBY28 |
20+
| video_title | Time-lapse of X-59 aircraft (May 2019 - June 2021) |
21+
| video_duration | 57 |
2222
| video_current_time | 0 |
2323
| video_percent | 0 |

0 commit comments

Comments
 (0)