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 c4ede82 commit 5e5b8b5Copy full SHA for 5e5b8b5
src/lib/select/select.spec.ts
@@ -2777,6 +2777,9 @@ describe('MatSelect', () => {
2777
2778
it('should align the first option with trigger text if no option is selected',
2779
fakeAsync(() => {
2780
+ // We shouldn't push it too far down for this one, because the default may
2781
+ // end up being too much when running the tests on mobile browsers.
2782
+ formField.style.top = '100px';
2783
trigger.click();
2784
fixture.detectChanges();
2785
flush();
0 commit comments