diff --git a/src/material/legacy-chips/chip-list.spec.ts b/src/material/legacy-chips/chip-list.spec.ts index c6ceb981d70a..b1542837a323 100644 --- a/src/material/legacy-chips/chip-list.spec.ts +++ b/src/material/legacy-chips/chip-list.spec.ts @@ -792,6 +792,7 @@ describe('MatChipList', () => { }); it('should take an initial view value with reactive forms', () => { + fixture.componentInstance.selectable = true; fixture.componentInstance.control = new FormControl('pizza-1'); fixture.detectChanges(); @@ -995,6 +996,7 @@ describe('MatChipList', () => { }); it('should take an initial view value with reactive forms', () => { + fixture.componentInstance.selectable = true; fixture.componentInstance.control = new FormControl(['pizza-1']); fixture.detectChanges();