Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 245cd71

Browse files
committedMar 22, 2025·
fix error
1 parent f9dca40 commit 245cd71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/material/chips/chip-grid.spec.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -984,9 +984,8 @@ describe('MatChipGrid', () => {
984984
fixture.detectChanges();
985985

986986
expect(
987-
containerEl.querySelector('[aria-live]:has(mat-error)')!.getAttribute('aria-live'),
988-
).toBe('polite');
989-
});
987+
containerEl.querySelector('[aria-live]:has(mat-error)')!.getAttribute('aria-live'),
988+
).toBe('polite');
990989
});
991990

992991
it('sets the aria-describedby on the input to reference errors when in error state', fakeAsync(() => {

0 commit comments

Comments
 (0)
Please sign in to comment.