From 8ed1328bb755bffafa401a4932abb459b65e19e4 Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Mon, 14 Jun 2021 12:44:35 -0400 Subject: [PATCH] fix playback test --- test/plugin.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/plugin.test.js b/test/plugin.test.js index 605800cf..a7230d54 100644 --- a/test/plugin.test.js +++ b/test/plugin.test.js @@ -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';