Fix user notification test
This commit is contained in:
parent
969e59d17d
commit
9f39c5466e
|
@ -163,7 +163,7 @@ describe('Test user notifications', function () {
|
|||
|
||||
await updateVideo(servers[0].url, servers[0].accessToken, uuid, { privacy: VideoPrivacy.PUBLIC })
|
||||
|
||||
await wait(500)
|
||||
await waitJobs(servers)
|
||||
await checkNewVideoFromSubscription(baseParams, name, uuid, 'presence')
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue