mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[MNT-21636] Use URLTree for redirect (#6691)
* use URLTree for redirect * use always urltree * fix e2e * fix
This commit is contained in:
@@ -39,13 +39,11 @@ import CONSTANTS = require('../../util/constants');
|
||||
describe('Permissions Component', () => {
|
||||
|
||||
const apiService = new ApiService();
|
||||
const uploadActions = new UploadActions(apiService);
|
||||
|
||||
const loginPage = new LoginPage();
|
||||
const contentServicesPage = new ContentServicesPage();
|
||||
const permissionsPage = new PermissionsPage();
|
||||
const uploadActions = new UploadActions(apiService);
|
||||
|
||||
const contentList = contentServicesPage.getDocumentList();
|
||||
|
||||
const viewerPage = new ViewerPage();
|
||||
const navigationBarPage = new NavigationBarPage();
|
||||
const metadataViewPage = new MetadataViewPage();
|
||||
@@ -53,6 +51,8 @@ describe('Permissions Component', () => {
|
||||
const uploadDialog = new UploadDialogPage();
|
||||
const versionManagePage = new VersionManagePage();
|
||||
|
||||
const contentList = contentServicesPage.getDocumentList();
|
||||
|
||||
let publicSite, privateSite, folderName;
|
||||
|
||||
const fileModel = new FileModel({
|
||||
|
Reference in New Issue
Block a user