Skip to content

Commit

Permalink
make default auto play in tests because a lot of meta data is only av…
Browse files Browse the repository at this point in the history
…ailable after play
  • Loading branch information
ilyakatz committed Dec 4, 2014
1 parent 9e68f34 commit 21f7776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wrappers/jwplayer/popcorn.HTMLJWPlayerVideoElement.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ var testData = {
expectedDuration: 64.544,

createMedia: function( id ) {
return Popcorn.HTMLJWPlayerVideoElement( id );
pop = Popcorn.HTMLJWPlayerVideoElement( id );
pop.autoplay = true;
return pop;
}
};

0 comments on commit 21f7776

Please sign in to comment.