mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1045] use ADF favorite node directive (#118)
This commit is contained in:
committed by
Denys Vuika
parent
6625ddf845
commit
8424fc8cdb
@@ -98,14 +98,6 @@ describe('RecentFiles Routed Component', () => {
|
||||
expect(component.refresh).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('should reload on toggleFavorite event', () => {
|
||||
fixture.detectChanges();
|
||||
|
||||
contentService.toggleFavorite.next();
|
||||
|
||||
expect(component.refresh).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('should reload on move node event', () => {
|
||||
fixture.detectChanges();
|
||||
|
||||
|
Reference in New Issue
Block a user