Skip to content

Commit

Permalink
test: change test content video URL (#766)
Browse files Browse the repository at this point in the history
* fix: update packages to latest versions

* fix: more dependency updates

* fix: dependency of a dependency needs updating

* test: change test content video URL

* fix: oops headless
  • Loading branch information
ypavlotsky committed Nov 27, 2018
1 parent ecd86e6 commit e64564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/webdriver/index.html
Expand Up @@ -25,9 +25,9 @@
<body>
<video id="content_video" class="video-js vjs-default-skin"
controls preload="auto" width="640" height="360">
<source src="http://rmcdn.2mdn.net/Demo/vast_inspector/android.webm"
<source src="https://s0.2mdn.net/4253510/google_ddm_animation_480P.webm"
type="video/webm"></source>
<source src="http://rmcdn.2mdn.net/Demo/vast_inspector/android.mp4"
<source src="https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4"
type="video/mp4"></source>
</video>
<script src="//imasdk.googleapis.com/js/sdkloader/ima3.js"></script>
Expand Down

0 comments on commit e64564b

Please sign in to comment.