Should be done ONLY AFTER https://github.com/jdi-testing/jdi-light/issues/4915 1) Check JDI-Light framework part, if control implemented correctly, - [ ] Ensure that all the required methods and variables are implemented in the control for it to function correctly in tests. - [ ] Check if all the remaining functionality is working properly. 2) Tests should be added to cover features: - [x] color: Primary | Accent | Warn - [x] focused: boolean - [x] disableRipple: boolean - [x] disabled: boolean - [x] value: any - [x] aria-orientation: 'horizontal' | 'vertical' - [x] multiple: boolean - [x] required: boolean - [x] errorState: boolean - [x] hideSingleSelectionIndicator: boolean - [x] highlighted: boolean - [x] removable: boolean - [x] removeIcon: MatChipRemove - [x] defaultColor: Primary | Accent | Warn| undefined - [x] isInteractive: boolean - remove trailing icon - [x] leadingIcon: MatChipAvatar - [x] selected: boolean - [x] editable: boolean - [x] empty: boolean 3) Verify the correct **design and functioning** of **all existing** tests. - [ ] Perform this check after the implementation is completed.
Should be done ONLY AFTER #4915