From 217b52085d328386832b5e0253fe7ddb87d2cb6e Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Sat, 30 Jul 2016 16:29:06 +0200 Subject: Fix javascript tests for sidebar animation --- core/js/tests/specs/appsSpec.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/js/tests/specs/appsSpec.js b/core/js/tests/specs/appsSpec.js index 536d41c7f10..c3352e3e4a9 100644 --- a/core/js/tests/specs/appsSpec.js +++ b/core/js/tests/specs/appsSpec.js @@ -23,6 +23,10 @@ describe('Apps base tests', function() { describe('Sidebar utility functions', function() { beforeEach(function() { $('#testArea').append('
Content
The sidebar
'); + jQuery.fx.off = true; + }); + afterEach(function() { + jQuery.fx.off = false; }); it('shows sidebar', function() { var $el = $('#app-sidebar'); -- cgit v1.2.3