mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 04:09:13 -04:00
Update responsiveness.js
This commit is contained in:
parent
adfe7e51ae
commit
db2d097d5a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe('Responsiveness of Editor', function () {
|
||||||
|
|
||||||
// wait a minute for everyone to connect
|
// wait a minute for everyone to connect
|
||||||
await helper.waitForPromise(
|
await helper.waitForPromise(
|
||||||
() => parseInt(helper.padChrome$('#online_count').text()) === 4, 60000);
|
() => parseInt(helper.padChrome$('#online_count').text()) >= 4, 60000);
|
||||||
|
|
||||||
// send random characters to last div
|
// send random characters to last div
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue