diff --git a/src/tests/frontend/specs/responsiveness.js b/src/tests/frontend/specs/responsiveness.js index 01832bb65..9a517e1ab 100644 --- a/src/tests/frontend/specs/responsiveness.js +++ b/src/tests/frontend/specs/responsiveness.js @@ -46,10 +46,6 @@ describe('Responsiveness of Editor', function () { await wait(200); 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. const rand = Math.random().toString(36).substring(7);