[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:
gmandakini
2019-04-10 19:41:16 +01:00
committed by Eugenio Romano
parent 558ee4c031
commit 1bda3c914c
11 changed files with 511 additions and 175 deletions

View File

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