mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Update responsiveness.js
This commit is contained in:
parent
6e4f3f8fab
commit
a6d59e004c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue