mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
test: wait for files to be detected before deleting them
This commit is contained in:
@@ -111,6 +111,8 @@ describe('/admin/integrity', () => {
|
|||||||
name: ManualJobName.IntegrityChecksumMismatch,
|
name: ManualJobName.IntegrityChecksumMismatch,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await utils.waitForQueueFinish(admin.accessToken, QueueName.IntegrityCheck);
|
||||||
|
|
||||||
await utils.createJob(admin.accessToken, {
|
await utils.createJob(admin.accessToken, {
|
||||||
name: ManualJobName.IntegrityUntrackedFilesDeleteAll,
|
name: ManualJobName.IntegrityUntrackedFilesDeleteAll,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user