mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
remove more sketchiness
This commit is contained in:
parent
a6d59e004c
commit
05d8ba2f5a
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ describe('Responsiveness of Editor', function () {
|
||||||
await wait(200);
|
await wait(200);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
const expectedLinesMin = numberOfEdits / 4;
|
|
||||||
// check line count is > 700
|
|
||||||
await helper.waitForPromise(
|
|
||||||
() => helper.padInner$('div').length >= expectedLinesMin, 60000);
|
|
||||||
|
|
||||||
// do an edit, ensure it's on the screen within 200 ms.
|
// do an edit, ensure it's on the screen within 200 ms.
|
||||||
const rand = Math.random().toString(36).substring(7);
|
const rand = Math.random().toString(36).substring(7);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue