mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5494] Remove useless imports (#7678)
* Remove useless imports * rollback constants * Remove useless variable
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
import { createApiService,
|
import { createApiService,
|
||||||
ApplicationsUtil,
|
ApplicationsUtil,
|
||||||
ContentNodeSelectorDialogPage,
|
ContentNodeSelectorDialogPage,
|
||||||
ExternalNodeSelectorDialogPage,
|
|
||||||
IntegrationService,
|
IntegrationService,
|
||||||
LocalStorageUtil,
|
LocalStorageUtil,
|
||||||
LoginPage,
|
LoginPage,
|
||||||
@@ -26,8 +25,7 @@ import { createApiService,
|
|||||||
UserModel,
|
UserModel,
|
||||||
UsersActions,
|
UsersActions,
|
||||||
Widget,
|
Widget,
|
||||||
SearchService,
|
SearchService
|
||||||
Logger
|
|
||||||
} from '@alfresco/adf-testing';
|
} from '@alfresco/adf-testing';
|
||||||
import { TasksPage } from './../pages/tasks.page';
|
import { TasksPage } from './../pages/tasks.page';
|
||||||
import { browser } from 'protractor';
|
import { browser } from 'protractor';
|
||||||
@@ -43,7 +41,6 @@ describe('Attach File - Content service', () => {
|
|||||||
const taskPage = new TasksPage();
|
const taskPage = new TasksPage();
|
||||||
const navigationBarPage = new NavigationBarPage();
|
const navigationBarPage = new NavigationBarPage();
|
||||||
const contentNodeSelector = new ContentNodeSelectorDialogPage();
|
const contentNodeSelector = new ContentNodeSelectorDialogPage();
|
||||||
const externalNodeSelector = new ExternalNodeSelectorDialogPage();
|
|
||||||
|
|
||||||
const apiServiceExternal = createApiService({
|
const apiServiceExternal = createApiService({
|
||||||
provider: 'ECM',
|
provider: 'ECM',
|
||||||
|
Reference in New Issue
Block a user