From 550f9cbd327e1efd251568d4b449a51a1b1c00e9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 14 Mar 2021 10:19:00 +0000 Subject: [PATCH] update --- .github/workflows/collaboration.yml | 4 ++-- src/tests/frontend/cypress/integration/collaborate.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index be0ad85af..d86faf354 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -37,8 +37,8 @@ jobs: run: | node src\node\server.js & cd src\tests\frontend - # cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser1 & - # cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser2 & + cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser1 & + cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser2 & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser3 & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser4 diff --git a/src/tests/frontend/cypress/integration/collaborate.js b/src/tests/frontend/cypress/integration/collaborate.js index 80e8a516d..dd5566395 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 = 10; // should be 1750 +const numberOfEdits = 100; // should be 1750 const specialKeys = ['{{}', '{backspace}', '{del}',