Fix process-task-attach-content-file-cloud.e2e.ts afterAll (#5963)

This commit is contained in:
Cristina Jalba
2020-08-08 12:09:46 +03:00
committed by GitHub
parent 61cac20ab3
commit 7b7c996fab

View File

@@ -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);