Update responsiveness.js

This commit is contained in:
John McLear 2021-03-15 14:48:42 +00:00
parent 6e4f3f8fab
commit a6d59e004c

View file

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