Skip to content

Commit 20ab3dc

Browse files
committed
fix(time-picker): Fixing the test. #3978
1 parent 1644cc3 commit 20ab3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/time-picker/time-picker.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ describe('IgxTimePicker', () => {
16691669
expect(dummyInput).toEqual(document.activeElement);
16701670
}));
16711671

1672-
fit('should apply disabled style for time outside the min and max values', fakeAsync(() => {
1672+
it('should apply disabled style for time outside the min and max values', fakeAsync(() => {
16731673
fixture.detectChanges();
16741674
timePicker.format = 'hh:mm:ss tt';
16751675
const date = new Date(2018, 10, 27, 9, 50, 58);

0 commit comments

Comments
 (0)