mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01: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++;
|
||||
}
|
||||
const expectedLinesMin = numberOfEdits / 4;
|
||||
const expectedSpans = expectedLinesMin * 7;
|
||||
// check line count is > 700
|
||||
await helper.waitForPromise(
|
||||
() => helper.padInner$('div').length >= expectedLinesMin, 60000);
|
||||
|
|
Loading…
Reference in a new issue