mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-5540]Modified the test case title
This commit is contained in:
@@ -133,7 +133,7 @@ describe('DetailsComponent', () => {
|
|||||||
expect(store.dispatch).toHaveBeenCalledWith(new SetSelectedNodesAction([node]));
|
expect(store.dispatch).toHaveBeenCalledWith(new SetSelectedNodesAction([node]));
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should call updateNodeAspects when the button is clicked', () => {
|
it('should call updateNodeAspects when the aspect dialog is opened', () => {
|
||||||
component.openAspectDialog();
|
component.openAspectDialog();
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
expect(nodeAspectService.updateNodeAspects).toHaveBeenCalledWith('test-id');
|
expect(nodeAspectService.updateNodeAspects).toHaveBeenCalledWith('test-id');
|
||||||
|
Reference in New Issue
Block a user