remove more sketchiness

collab-tests-sl
John McLear 2021-03-15 15:10:16 +00:00
parent a6d59e004c
commit 05d8ba2f5a
1 changed files with 0 additions and 4 deletions

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);