readd responiveness coverage
parent
f80a8c9b10
commit
306e6b96b6
|
@ -19,7 +19,6 @@ describe('Responsiveness of Editor', function() {
|
||||||
helper.newPad(cb);
|
helper.newPad(cb);
|
||||||
this.timeout(6000);
|
this.timeout(6000);
|
||||||
});
|
});
|
||||||
|
|
||||||
// JM commented out on 8th Sep 2020 for a release, after release this needs uncommenting
|
// JM commented out on 8th Sep 2020 for a release, after release this needs uncommenting
|
||||||
// And the test needs to be fixed to work in Firefox 52 on Windows 7. I am not sure why it fails on this specific platform
|
// And the test needs to be fixed to work in Firefox 52 on Windows 7. I am not sure why it fails on this specific platform
|
||||||
// The errors show this.timeout... then crash the browser but I am sure something is actually causing the stack trace and
|
// The errors show this.timeout... then crash the browser but I am sure something is actually causing the stack trace and
|
||||||
|
|
Loading…
Reference in New Issue