[ACS-5540]Modified the test case title

This commit is contained in:
Yasa-Nataliya
2023-09-07 17:46:10 +05:30
parent b018336187
commit c97e4e83db

View File

@@ -133,7 +133,7 @@ describe('DetailsComponent', () => {
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();
fixture.detectChanges();
expect(nodeAspectService.updateNodeAspects).toHaveBeenCalledWith('test-id');