]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/users-multiple-servers.ts
Fix live tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / users / users-multiple-servers.ts
index 16372b03945f6b16f799cbc161dcaa7698a6090c..d0ca82b07867f77371d406c913128892361bc159 100644 (file)
@@ -58,10 +58,10 @@ describe('Test users with multiple servers', function () {
       const { uuid } = await servers[0].videos.upload({ token: userAccessToken })
       videoUUID = uuid
 
+      await waitJobs(servers)
+
       await saveVideoInServers(servers, videoUUID)
     }
-
-    await waitJobs(servers)
   })
 
   it('Should be able to update my display name', async function () {