Fix user notification test

This commit is contained in:
Chocobozzz
2021-01-19 08:35:44 +01:00
parent 969e59d17d
commit 9f39c5466e

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