Fix client html cache on theme update

This commit is contained in:
Chocobozzz
2022-03-17 09:09:06 +01:00
parent 52fe4b671a
commit 2769876fb2
5 changed files with 87 additions and 52 deletions

View File

@@ -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' })