Exporting base login page (#4483)

* Exporting base login page for e2e tests

* fixed exporting and renamed pages as per standards

* Added base login page to testing package

* Fixed wrong import for the setting page

* Removed old pages and using the one in the adf-testing package

* fix after merge conflict

* fix base url param
This commit is contained in:
Vito
2019-04-02 23:44:36 +01:00
committed by Eugenio Romano
parent 1b65555e18
commit 3f2af4cc03
135 changed files with 182 additions and 195 deletions

View File

@@ -24,7 +24,7 @@ import TestConfig = require('../../test.config');
import { AlfrescoApiCompatibility as AlfrescoApi } from '@alfresco/js-api';
import { LoginPage } from '../../pages/adf/loginPage';
import { LoginPage } from '@alfresco/adf-testing';
import { SearchDialog } from '../../pages/adf/dialog/searchDialog';
import { SearchResultsPage } from '../../pages/adf/searchResultsPage';
import { SearchFiltersPage } from '../../pages/adf/searchFiltersPage';