mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix client html cache on theme update
This commit is contained in:
@@ -122,7 +122,10 @@ describe('Test video editor API validator', function () {
|
||||
})
|
||||
|
||||
it('Should fail with an already in transcoding state video', async function () {
|
||||
this.timeout(30000)
|
||||
|
||||
const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' })
|
||||
await waitJobs([ server ])
|
||||
|
||||
await server.jobs.pauseJobQueue()
|
||||
await server.videos.runTranscoding({ videoId: uuid, transcodingType: 'hls' })
|
||||
|
||||
Reference in New Issue
Block a user