mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
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:
@@ -15,7 +15,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { SettingsPage } from '../../pages/adf/settingsPage';
|
||||
import { ContentServicesPage } from '../../pages/adf/contentServicesPage';
|
||||
import TestConfig = require('../../test.config');
|
||||
import { browser } from 'protractor';
|
||||
@@ -28,8 +27,7 @@ import resources = require('../../util/resources');
|
||||
import { AlfrescoApiCompatibility as AlfrescoApi } from '@alfresco/js-api';
|
||||
import * as path from 'path';
|
||||
import { Util } from '../../util/util';
|
||||
import { IdentityService } from '@alfresco/adf-testing';
|
||||
import { StringUtil, UserModel } from '@alfresco/adf-testing';
|
||||
import { IdentityService, SettingsPage, StringUtil, UserModel } from '@alfresco/adf-testing';
|
||||
|
||||
describe('SSO in ADF using ACS and AIS, Download Directive, Viewer, DocumentList, implicitFlow true', () => {
|
||||
|
||||
|
Reference in New Issue
Block a user