Skip to content

Commit

Permalink
[ACS-5540]Modified the test case title
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Sep 8, 2023
1 parent ba51004 commit a360aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a360aae

Please sign in to comment.