1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-10 23:30:03 +02:00

fix playlist handler test

This commit is contained in:
mister-ben 2023-06-09 13:48:16 +02:00
parent 4136a53e83
commit 43536f0888

View File

@ -241,7 +241,7 @@ QUnit.test('allows for action handlers that are not settable', function(assert)
sinon.stub(this.player.log, 'debug');
this.player.trigger('playing');
this.player.trigger('pluginsetup:playlist');
this.clock.tick(10);