mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-22 02:51:23 +01:00
tests: Responsive test enable (#4174)
Just enabling the responsiveness test as part of attempting to solve #3506
This commit is contained in:
parent
d1330a1e1c
commit
864e76b300
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user