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 1f992ae commit 5f54f1bCopy full SHA for 5f54f1b
src/lib/select/select.spec.ts
@@ -2934,7 +2934,7 @@ describe('MdSelect', () => {
2934
2935
it('should not scroll to options that are completely in the view', fakeAsync(() => {
2936
// 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.');
+ expect(panel.scrollTop).toBeLessThan(2, 'Expected panel not to be scrolled.');
2938
2939
[1, 2, 3].forEach(() => {
2940
dispatchKeyboardEvent(host, 'keydown', DOWN_ARROW);
0 commit comments