mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
comma
This commit is contained in:
parent
ce21ac9ba4
commit
b4f1c9da2e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/collaboration.yml
vendored
2
.github/workflows/collaboration.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue