Update responsiveness.js

collab-tests-sl
John McLear 2021-03-15 14:48:42 +00:00
parent 6e4f3f8fab
commit a6d59e004c
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ describe('Responsiveness of Editor', function () {
i++;
}
const expectedLinesMin = numberOfEdits / 4;
const expectedSpans = expectedLinesMin * 7;
// check line count is > 700
await helper.waitForPromise(
() => helper.padInner$('div').length >= expectedLinesMin, 60000);