Skip to content

Commit

Permalink
[ACS-6138] Updating ADW Styling after ACA changes for angular materia…
Browse files Browse the repository at this point in the history
…l - Expansion panel items
  • Loading branch information
swapnil-verma-gl committed Dec 5, 2023
1 parent d95fb31 commit 33c7620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 33c7620

Please sign in to comment.