Skip to content

Commit 5f54f1b

Browse files
committed
chore: typo
1 parent 1f992ae commit 5f54f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ describe('MdSelect', () => {
29342934

29352935
it('should not scroll to options that are completely in the view', fakeAsync(() => {
29362936
// Note that some browsers will start the panel off at close to 1px.
2937-
expect(panel.scrollTo).toBeLessThan(2, 'Expected panel not to be scrolled.');
2937+
expect(panel.scrollTop).toBeLessThan(2, 'Expected panel not to be scrolled.');
29382938

29392939
[1, 2, 3].forEach(() => {
29402940
dispatchKeyboardEvent(host, 'keydown', DOWN_ARROW);

0 commit comments

Comments
 (0)