Fix user notification test

pull/3628/head
Chocobozzz 2021-01-19 08:35:44 +01:00
parent 969e59d17d
commit 9f39c5466e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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