mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#251 api improvements (document list)
This commit is contained in:
@@ -240,7 +240,7 @@ describe('DocumentList', () => {
|
||||
documentList.navigationMode = 'click';
|
||||
documentList.onItemClick(node);
|
||||
|
||||
expect(documentList.displayFolderContent).toHaveBeenCalledWith(path);
|
||||
expect(documentList.currentFolderPath).toBe(path);
|
||||
});
|
||||
|
||||
it('should not display folder content when no target node provided', () => {
|
||||
|
Reference in New Issue
Block a user