From 52d6fbfd0ac8badd3df85ae806d309b2174aa793 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 15:07:13 +0000 Subject: [PATCH] test long run --- src/tests/frontend/cypress/integration/collaborate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/frontend/cypress/integration/collaborate.js b/src/tests/frontend/cypress/integration/collaborate.js index e358ca4e3..f0e709f17 100644 --- a/src/tests/frontend/cypress/integration/collaborate.js +++ b/src/tests/frontend/cypress/integration/collaborate.js @@ -6,7 +6,7 @@ // We need to get up to 700 lines so the additional space breaks and enter keys // in specialKeys are intentional. -const numberOfEdits = 100; // should be 3500 +const numberOfEdits = 3500; // should be 3500 const specialKeys = ['{{}', '{backspace}', '{del}',