diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index eac9295f2..59f30ae4b 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -48,7 +48,7 @@ jobs: xvfb-run -a cypress run --spec cypress/integration/test.js --config-file cypress/cypress.json --config video=false # run collaboration tests xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config video=false & - xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos videoCompression=0 screenshotsFolder=cypress/screenshots + xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos,videoCompression=0,screenshotsFolder=cypress/screenshots - name: Sleep for 30 seconds for videos to encode uses: whatnick/wait-action@master diff --git a/src/tests/frontend/cypress/integration/collaborate.js b/src/tests/frontend/cypress/integration/collaborate.js index e375f6bf5..e358ca4e3 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 1750 +const numberOfEdits = 100; // should be 3500 const specialKeys = ['{{}', '{backspace}', '{del}',