From a360aaeeb36a407ae8b80194284fc1f26d8c865d Mon Sep 17 00:00:00 2001 From: Yasa-Nataliya Date: Thu, 7 Sep 2023 17:46:10 +0530 Subject: [PATCH] [ACS-5540]Modified the test case title --- .../src/lib/components/details/details.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/components/details/details.component.spec.ts b/projects/aca-content/src/lib/components/details/details.component.spec.ts index c4afd36b89..e22719d85b 100644 --- a/projects/aca-content/src/lib/components/details/details.component.spec.ts +++ b/projects/aca-content/src/lib/components/details/details.component.spec.ts @@ -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');