We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f48f0f commit c3f834bCopy full SHA for c3f834b
src/material/chips/chip.spec.ts
@@ -90,7 +90,6 @@ describe('MDC-based MatChip', () => {
90
chipDebugElement = fixture.debugElement.query(By.directive(MatChip))!;
91
chipNativeElement = chipDebugElement.nativeElement;
92
chipInstance = chipDebugElement.injector.get<MatChip>(MatChip);
93
- chipRippleDebugElement = chipDebugElement.query(By.directive(MatRipple))!;
94
testComponent = fixture.debugElement.componentInstance;
95
primaryAction = chipNativeElement.querySelector('.mdc-evolution-chip__action--primary')!;
96
});
0 commit comments