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:
committed by
Gary Katsevman
parent
ebf7718f1b
commit
af6beb21c3
@@ -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();
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user