mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
update
This commit is contained in:
parent
beaf2e8f1e
commit
550f9cbd32
2 changed files with 3 additions and 3 deletions
4
.github/workflows/collaboration.yml
vendored
4
.github/workflows/collaboration.yml
vendored
|
@ -37,8 +37,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
node src\node\server.js &
|
node src\node\server.js &
|
||||||
cd src\tests\frontend
|
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/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/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/browser3 &
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser4
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json --config videosFolder=cypress/videos/browser4
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
// We need to get up to 700 lines so the additional space breaks and enter keys
|
// We need to get up to 700 lines so the additional space breaks and enter keys
|
||||||
// in specialKeys are intentional.
|
// in specialKeys are intentional.
|
||||||
|
|
||||||
const numberOfEdits = 10; // should be 1750
|
const numberOfEdits = 100; // should be 1750
|
||||||
const specialKeys = ['{{}',
|
const specialKeys = ['{{}',
|
||||||
'{backspace}',
|
'{backspace}',
|
||||||
'{del}',
|
'{del}',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue