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 202c667 commit 94aa7d3Copy full SHA for 94aa7d3
src/material/select/select.spec.ts
@@ -4407,7 +4407,7 @@ describe('MatSelect', () => {
4407
4408
it('should fall back to "below" positioning properly when scrolled', fakeAsync(() => {
4409
// Give plenty of space for the select to open below the trigger
4410
- fixture.componentInstance.heightBelow = 650;
+ fixture.componentInstance.heightBelow = 2000;
4411
fixture.detectChanges();
4412
4413
// Select an option too low in the list to fit in limited space above
0 commit comments