mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix client html cache on theme update
This commit is contained in:
parent
52fe4b671a
commit
2769876fb2
5 changed files with 87 additions and 52 deletions
|
@ -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' })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue