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 9df164b commit 63c489aCopy full SHA for 63c489a
src/lib/select/select.spec.ts
@@ -992,6 +992,7 @@ describe('MdSelect', () => {
992
fixture.detectChanges();
993
994
fixture.whenStable().then(() => {
995
+ fixture.detectChanges();
996
const triggerLeft = trigger.getBoundingClientRect().left;
997
const firstOptionLeft =
998
document.querySelector('.cdk-overlay-pane md-option').getBoundingClientRect().left;
@@ -1011,6 +1012,7 @@ describe('MdSelect', () => {
1011
1012
1013
1014
1015
1016
const triggerRight = trigger.getBoundingClientRect().right;
1017
const firstOptionRight =
1018
document.querySelector('.cdk-overlay-pane md-option').getBoundingClientRect().right;
0 commit comments