mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4059] - Move Copy Folders with Load more- take2 (#4562)
* C260132 automated * debbugging * in progress * done * review comments. * in progress * Update content-node-selector-dialog.page.ts * fix the locators * code review comments * removed the datatablecomponentPage call directly from hte test.
This commit is contained in:
committed by
Eugenio Romano
parent
558ee4c031
commit
1bda3c914c
@@ -15,11 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { LoginPage } from '@alfresco/adf-testing';
|
||||
import { SearchDialog } from '../pages/adf/dialog/searchDialog';
|
||||
import { SearchFiltersPage } from '../pages/adf/searchFiltersPage';
|
||||
import { PaginationPage } from '@alfresco/adf-testing';
|
||||
import { DocumentListPage } from '../pages/adf/content-services/documentListPage';
|
||||
import { NavigationBarPage } from '../pages/adf/navigationBarPage';
|
||||
import { ConfigEditorPage } from '../pages/adf/configEditorPage';
|
||||
import { SearchResultsPage } from '../pages/adf/searchResultsPage';
|
||||
@@ -28,7 +25,7 @@ import { AcsUserModel } from '../models/ACS/acsUserModel';
|
||||
import { FileModel } from '../models/ACS/fileModel';
|
||||
|
||||
import TestConfig = require('../test.config');
|
||||
import { StringUtil } from '@alfresco/adf-testing';
|
||||
import { StringUtil, DocumentListPage, PaginationPage, LoginPage } from '@alfresco/adf-testing';
|
||||
import resources = require('../util/resources');
|
||||
|
||||
import { AlfrescoApiCompatibility as AlfrescoApi } from '@alfresco/js-api';
|
||||
|
Reference in New Issue
Block a user