From 3e5069434bd8c430ac0c3cf2e90069d076fa5289 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Thu, 16 Jun 2022 12:53:40 +0100 Subject: [PATCH] [ADF-5494] Remove useless imports (#7678) * Remove useless imports * rollback constants * Remove useless variable --- e2e/process-services/form/attach-file-content-service.e2e.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/e2e/process-services/form/attach-file-content-service.e2e.ts b/e2e/process-services/form/attach-file-content-service.e2e.ts index fe8e0ebd6e..554887c646 100644 --- a/e2e/process-services/form/attach-file-content-service.e2e.ts +++ b/e2e/process-services/form/attach-file-content-service.e2e.ts @@ -18,7 +18,6 @@ import { createApiService, ApplicationsUtil, ContentNodeSelectorDialogPage, - ExternalNodeSelectorDialogPage, IntegrationService, LocalStorageUtil, LoginPage, @@ -26,8 +25,7 @@ import { createApiService, UserModel, UsersActions, Widget, - SearchService, - Logger + SearchService } from '@alfresco/adf-testing'; import { TasksPage } from './../pages/tasks.page'; import { browser } from 'protractor'; @@ -43,7 +41,6 @@ describe('Attach File - Content service', () => { const taskPage = new TasksPage(); const navigationBarPage = new NavigationBarPage(); const contentNodeSelector = new ContentNodeSelectorDialogPage(); - const externalNodeSelector = new ExternalNodeSelectorDialogPage(); const apiServiceExternal = createApiService({ provider: 'ECM',