Commit 344e9f7f by Will Daly

Fix flakey js caption test

parent e2d23fcc
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
videoCaption = state.videoCaption; videoCaption = state.videoCaption;
videoSpeedControl = state.videoSpeedControl; videoSpeedControl = state.videoSpeedControl;
videoControl = state.videoControl; videoControl = state.videoControl;
$.fn.scrollTo.reset();
} }
beforeEach(function () { beforeEach(function () {
...@@ -20,7 +21,6 @@ ...@@ -20,7 +21,6 @@
afterEach(function () { afterEach(function () {
YT.Player = undefined; YT.Player = undefined;
$.fn.scrollTo.reset();
$('.subtitles').remove(); $('.subtitles').remove();
$('source').remove(); $('source').remove();
window.onTouchBasedDevice = oldOTBD; window.onTouchBasedDevice = oldOTBD;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment