mirror of
https://github.com/videojs/video.js.git
synced 2025-07-17 01:42:41 +02:00
Run all tests
This commit is contained in:
@ -223,7 +223,7 @@ QUnit.test('SeekBar should be filled on 100% when the video/audio ends', functio
|
|||||||
window.cancelAnimationFrame = oldCAF;
|
window.cancelAnimationFrame = oldCAF;
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.only('SeekBar keyboard increment is configurable', function(assert) {
|
QUnit.test('SeekBar keyboard increment is configurable', function(assert) {
|
||||||
const player = TestHelpers.makePlayer({
|
const player = TestHelpers.makePlayer({
|
||||||
controlBar: {
|
controlBar: {
|
||||||
progressControl: {
|
progressControl: {
|
||||||
@ -262,7 +262,7 @@ QUnit.only('SeekBar keyboard increment is configurable', function(assert) {
|
|||||||
player.dispose();
|
player.dispose();
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.only('SeekBar keyboard increment is configurable at runtime', function(assert) {
|
QUnit.test('SeekBar keyboard increment is configurable at runtime', function(assert) {
|
||||||
const player = TestHelpers.makePlayer({});
|
const player = TestHelpers.makePlayer({});
|
||||||
|
|
||||||
const ctSpy = sinon.spy(player, 'currentTime');
|
const ctSpy = sinon.spy(player, 'currentTime');
|
||||||
|
Reference in New Issue
Block a user