it('should update calendar hours after entering it as text', fakeAsync(() => {
        let parent = TestBed.createComponent(TestHostComponentWithTime);
        parent.detectChanges();
        const component = parent.componentInstance;
        component.datePicker.calendarVisible = true;