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 1af6f8c commit 1223454Copy full SHA for 1223454
src/lib/select/select.spec.ts
@@ -1821,7 +1821,7 @@ describe('MatSelect', () => {
1821
expect(panel.scrollTop).toBe(320, 'Expected scroll to be at the 9th option.');
1822
}));
1823
1824
- it('should scroll top the top when pressing HOME', fakeAsync(() => {
+ it('should scroll to the top when pressing HOME', fakeAsync(() => {
1825
for (let i = 0; i < 20; i++) {
1826
dispatchKeyboardEvent(host, 'keydown', DOWN_ARROW);
1827
fixture.detectChanges();
0 commit comments