From 33c76206ada1aedc4512fa6e7c22ca30e78cbc99 Mon Sep 17 00:00:00 2001 From: "swapnil.verma" Date: Tue, 5 Dec 2023 15:01:52 +0530 Subject: [PATCH] [ACS-6138] Updating ADW Styling after ACA changes for angular material - Expansion panel items --- .../src/rule-details/actions/rule-action.ui-component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts index 23d6292822..deedd10504 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts @@ -86,7 +86,7 @@ describe('RuleActionUiComponent', () => { expect(cardView.properties[4]).toBeInstanceOf(CardViewSelectItemModel); changeMatSelectValue('mock-action-2-definition'); - expect(getPropertiesCardView()).toBeNull(); + expect(fixture.debugElement.query(By.directive(CardViewComponent))).toBeNull(); }); it('should create category-value action parameter as a text box rather than node picker', () => {