From 7b7c996fabe0562a40ca0bd31e05b41df276694e Mon Sep 17 00:00:00 2001 From: Cristina Jalba Date: Sat, 8 Aug 2020 12:09:46 +0300 Subject: [PATCH] Fix process-task-attach-content-file-cloud.e2e.ts afterAll (#5963) --- .../process-task-attach-content-file-cloud.e2e.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts b/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts index b9829931a4..54ad488fdb 100644 --- a/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts +++ b/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts @@ -109,10 +109,6 @@ describe('Process Task - Attach content file', () => { await identityService.deleteIdentityUser(testUser.idIdentityService); }); - afterAll(async () => { - await uploadActions.deleteFileOrFolder(uploadedFolder.entry.id); - }); - it('[C311290] Should be able to attach multiple files when widget allows multiple files to be attached from content', async () => { await appListCloudComponent.checkAppIsDisplayed(simpleApp); await appListCloudComponent.goToApp(simpleApp);