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

@rlchung fixed tests that weren't disposing players when they finished. closes 3524

This commit is contained in:
Richard L. Chung
2016-08-25 10:58:42 -04:00
committed by Gary Katsevman
parent ebf7718f1b
commit af6beb21c3
9 changed files with 54 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ QUnit.test('should localize its text', function(assert) {
assert.ok(el.nodeName.toLowerCase().match('button'));
assert.ok(el.innerHTML.match(/vjs-control-text"?>Juego/));
assert.equal(el.getAttribute('title'), 'Juego');
player.dispose();
});