mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
Run all tests
This commit is contained in:
parent
6a1f621ea2
commit
d1151972dc
@ -223,7 +223,7 @@ QUnit.test('SeekBar should be filled on 100% when the video/audio ends', functio
|
||||
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({
|
||||
controlBar: {
|
||||
progressControl: {
|
||||
@ -262,7 +262,7 @@ QUnit.only('SeekBar keyboard increment is configurable', function(assert) {
|
||||
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 ctSpy = sinon.spy(player, 'currentTime');
|
||||
|
Loading…
Reference in New Issue
Block a user