From 7c8c2665cb4827d10f132518251607f3fa09c351 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 17 Jul 2020 11:57:28 +0000 Subject: [PATCH] Revert "tests: testing to see if responsiveness test enable broke travis... Committing direct to ensure SL tests run" This reverts commit 423b99f4993c8cbfcd0acd8519f052958fdc4cf2. --- tests/frontend/specs/responsiveness.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/specs/responsiveness.js b/tests/frontend/specs/responsiveness.js index 47386c8a..0d692171 100644 --- a/tests/frontend/specs/responsiveness.js +++ b/tests/frontend/specs/responsiveness.js @@ -19,7 +19,7 @@ describe('Responsiveness of Editor', function() { helper.newPad(cb); this.timeout(6000); }); - xit('Fast response to keypress in pad with large amount of contents', function(done) { + it('Fast response to keypress in pad with large amount of contents', function(done) { var inner$ = helper.padInner$; var chrome$ = helper.padChrome$; var chars = '0000000000'; // row of placeholder chars