Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Nov 14, 2024
1 parent 6a1f621 commit d115197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/controls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit d115197

Please sign in to comment.