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:
parent
4136a53e83
commit
43536f0888
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user