Skip to content

Commit ef10c6c

Browse files
committed
wip debugging
1 parent 96a2eb7 commit ef10c6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/select/select.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,9 +1647,12 @@ fdescribe('MdSelect', () => {
16471647
});
16481648
}));
16491649

1650-
it('should align the first option to the trigger, if nothing is selected', fakeAsync(() => {
1650+
fit('should align the first option to the trigger, if nothing is selected', fakeAsync(() => {
16511651
trigger.click();
16521652
groupFixture.detectChanges();
1653+
tick();
1654+
tick();
1655+
tick();
16531656

16541657
const triggerTop = trigger.getBoundingClientRect().top;
16551658

0 commit comments

Comments
 (0)