mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Add video edition finished notification
This commit is contained in:
parent
348c2ce3ff
commit
1808a1f8e4
30 changed files with 336 additions and 70 deletions
|
@ -56,13 +56,7 @@ describe('Test video editor', function () {
|
|||
|
||||
await servers[0].config.enableMinimumTranscoding()
|
||||
|
||||
await servers[0].config.updateExistingSubConfig({
|
||||
newConfig: {
|
||||
videoEditor: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
})
|
||||
await servers[0].config.enableEditor()
|
||||
})
|
||||
|
||||
describe('Cutting', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue