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