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 f9dca40 commit 245cd71Copy full SHA for 245cd71
src/material/chips/chip-grid.spec.ts
@@ -984,9 +984,8 @@ describe('MatChipGrid', () => {
984
fixture.detectChanges();
985
986
expect(
987
- containerEl.querySelector('[aria-live]:has(mat-error)')!.getAttribute('aria-live'),
988
- ).toBe('polite');
989
- });
+ containerEl.querySelector('[aria-live]:has(mat-error)')!.getAttribute('aria-live'),
+ ).toBe('polite');
990
});
991
992
it('sets the aria-describedby on the input to reference errors when in error state', fakeAsync(() => {
0 commit comments