From 864e76b300c6f088d0357e2ee9ca94e690de9af4 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 17 Jul 2020 10:23:13 +0100 Subject: [PATCH] tests: Responsive test enable (#4174) Just enabling the responsiveness test as part of attempting to solve #3506 --- 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 47386c8ad..0d6921719 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