mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3854] Destination picker - exclude site content option (#4130)
This commit is contained in:
committed by
Eugenio Romano
parent
6be1cf56e3
commit
c17241fedc
@@ -54,7 +54,7 @@ describe('ContentNodeSelectorDialogComponent', () => {
|
||||
const documentListService: DocumentListService = TestBed.get(DocumentListService);
|
||||
const sitesService: SitesService = TestBed.get(SitesService);
|
||||
spyOn(documentListService, 'getFolder').and.returnValue(of({ list: [] }));
|
||||
spyOn(documentListService, 'getFolderNode').and.returnValue(of({}));
|
||||
spyOn(documentListService, 'getFolderNode').and.returnValue(of({ entry: {} }));
|
||||
spyOn(sitesService, 'getSites').and.returnValue(of({ list: { entries: [] } }));
|
||||
|
||||
fixture = TestBed.createComponent(ContentNodeSelectorComponent);
|
||||
|
Reference in New Issue
Block a user