Skip to content

Commit

Permalink
@nickygerritsen Fix test for tooltips in IE8. closes #3327
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Gerritsen committed May 19, 2016
1 parent 06fdbaf commit 17f8568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CHANGELOG
* @nickygerritsen Update Dutch language file ([view](https://github.com/videojs/video.js/pull/3297))
* @hartman Add descriptions and audio button to adaptive classes ([view](https://github.com/videojs/video.js/pull/3312))
* @MattiasBuelens Retain details from tech error ([view](https://github.com/videojs/video.js/pull/3313))
* @nickygerritsen Fix test for tooltips in IE8 ([view](https://github.com/videojs/video.js/pull/3327))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion test/unit/button.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test('should localize its text', function(){
el = testButton.createEl();

ok(el.nodeName.toLowerCase().match('button'));
ok(el.innerHTML.match('vjs-control-text">Juego'));
ok(el.innerHTML.match(/vjs-control-text"?>Juego/));
equal(el.getAttribute('title'), 'Juego');
});

0 comments on commit 17f8568

Please sign in to comment.