remove more sketchiness

This commit is contained in:
John McLear 2021-03-15 15:10:16 +00:00
parent a6d59e004c
commit 05d8ba2f5a

View file

@ -46,10 +46,6 @@ describe('Responsiveness of Editor', function () {
await wait(200);
i++;
}
const expectedLinesMin = numberOfEdits / 4;
// check line count is > 700
await helper.waitForPromise(
() => helper.padInner$('div').length >= expectedLinesMin, 60000);
// do an edit, ensure it's on the screen within 200 ms.
const rand = Math.random().toString(36).substring(7);