diff --git a/test/integration/files/FilesRepository.test.ts b/test/integration/files/FilesRepository.test.ts index 8a58f356..b093714c 100644 --- a/test/integration/files/FilesRepository.test.ts +++ b/test/integration/files/FilesRepository.test.ts @@ -455,6 +455,9 @@ describe('FilesRepository', () => { ); }); }); + describe('by persistent id', () => { + // TODO - Find the way of adding a persistent id to a file via API to create the test data + }); }); describe('getFileDraft', () => { @@ -486,5 +489,8 @@ describe('FilesRepository', () => { ); }); }); + describe('by persistent id', () => { + // TODO - Find the way of adding a persistent id to a file via API to create the test data + }); }); });