beforeEach(function () {
        player = videojs(document.createElement('video'), {});
        pauseSpy = sinon.spy(player, 'pause');
      });