mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3028]Move breacrumb page to adf testing package (#5705)
* Move breacrumb page to adf testing package * no message
This commit is contained in:
@@ -23,8 +23,7 @@ import { browser } from 'protractor';
|
||||
import { FileModel } from '../../models/ACS/file.model';
|
||||
import { NavigationBarPage } from '../../pages/adf/navigation-bar.page';
|
||||
import { TrashcanPage } from '../../pages/adf/trashcan.page';
|
||||
import { LoginPage, NotificationHistoryPage, StringUtil, UploadActions, BrowserActions } from '@alfresco/adf-testing';
|
||||
import { BreadCrumbPage } from '../../pages/adf/content-services/breadcrumb/bread-crumb.page';
|
||||
import { LoginPage, NotificationHistoryPage, StringUtil, UploadActions, BrowserActions, BreadcrumbPage } from '@alfresco/adf-testing';
|
||||
|
||||
describe('Restore content directive', () => {
|
||||
|
||||
@@ -34,7 +33,7 @@ describe('Restore content directive', () => {
|
||||
const acsUser = new AcsUserModel();
|
||||
const anotherAcsUser = new AcsUserModel();
|
||||
const trashcanPage = new TrashcanPage();
|
||||
const breadCrumbPage = new BreadCrumbPage();
|
||||
const breadCrumbPage = new BreadcrumbPage();
|
||||
const notificationHistoryPage = new NotificationHistoryPage();
|
||||
|
||||
this.alfrescoJsApi = new AlfrescoApi({
|
||||
|
Reference in New Issue
Block a user