Skip to content

Commit a72c688

Browse files
jelbourncrisbeto
authored andcommitted
wip debugging
1 parent 318ba6b commit a72c688

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
@@ -1648,9 +1648,12 @@ fdescribe('MdSelect', () => {
16481648
});
16491649
}));
16501650

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

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

0 commit comments

Comments
 (0)