mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
remove flakey tests
This commit is contained in:
parent
1b4b243736
commit
6e4f3f8fab
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ describe('Responsiveness of Editor', function () {
|
|||
await helper.waitForPromise(
|
||||
() => helper.padInner$('div').length >= expectedLinesMin, 60000);
|
||||
|
||||
expect(helper.padInner$('div').length).to.be.above(expectedLinesMin);
|
||||
// check span count is > 6*700
|
||||
expect(helper.padInner$('span').length).to.be.above(expectedSpans);
|
||||
|
||||
// do an edit, ensure it's on the screen within 200 ms.
|
||||
const rand = Math.random().toString(36).substring(7);
|
||||
helper.padInner$('div').last().sendkeys(`finaledit: ${rand}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue