Skip to content

Commit

Permalink
fix playback test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 14, 2021
1 parent 749f5f1 commit 8ed1328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ QUnit.module('videojs-vr', {
this.fixture = document.getElementById('qunit-fixture');
this.video = document.createElement('video-js');

this.video.muted = true;
this.video.defaultPlaybackRate = 16;
// this.fixture.style.position = 'inherit';

Expand Down

0 comments on commit 8ed1328

Please sign in to comment.