Update responsiveness.js
parent
6e4f3f8fab
commit
a6d59e004c
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue