mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
[ACA-1045] use ADF favorite node directive (#118)
This commit is contained in:
committed by
Denys Vuika
parent
6625ddf845
commit
8424fc8cdb
@@ -137,12 +137,6 @@ describe('FilesComponent', () => {
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('reset favorites colection onToggleFavorite event', () => {
|
||||
contentManagementService.toggleFavorite.next(null);
|
||||
|
||||
expect(component.load).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('calls refresh onContentCopied event if parent is the same', () => {
|
||||
const nodes = [
|
||||
{ entry: { parentId: '1' } },
|
||||
|
Reference in New Issue
Block a user