Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/lib/select/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,9 @@ describe('MatSelect', () => {

it('should align the first option with trigger text if no option is selected',
fakeAsync(() => {
// We shouldn't push it too far down for this one, because the default may
// end up being too much when running the tests on mobile browsers.
formField.style.top = '100px';
trigger.click();
fixture.detectChanges();
flush();
Expand Down