Update responsiveness.js

This commit is contained in:
John McLear 2021-03-15 11:58:32 +00:00
parent adfe7e51ae
commit db2d097d5a

View file

@ -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;