From 4db484e34ee1671f244e3ea3fa2321e52da64b44 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 27 Aug 2020 22:45:32 +0100 Subject: [PATCH] tests: uncomment responsiveness tests To make travis run them again and review to see what fails. --- 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 8cc41080c..c7f5e6d59 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