mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix process-task-attach-content-file-cloud.e2e.ts afterAll (#5963)
This commit is contained in:
parent
61cac20ab3
commit
7b7c996fab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user