Skip to content

Commit a83ea0f

Browse files
committed
chore(*): Remove fit from tests again
1 parent b512c9d commit a83ea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ describe('IgxTimePicker', () => {
13001300
expect(dateTimeEditor.inputFormat).toEqual('HH:mm');
13011301
}));
13021302

1303-
fit('should resolve inputFormat, if not set, for the editor to the value of displayFormat if it contains only numeric date/time parts', fakeAsync(() => {
1303+
it('should resolve inputFormat, if not set, for the editor to the value of displayFormat if it contains only numeric date/time parts', fakeAsync(() => {
13041304
timePicker.displayFormat = 'h:mm:ss aa';
13051305
fixture.detectChanges();
13061306

@@ -1314,7 +1314,7 @@ describe('IgxTimePicker', () => {
13141314
expect(dateTimeEditor.inputFormat.normalize('NFKC')).toEqual('hh:mm a');
13151315
}));
13161316

1317-
fit('should resolve to the default locale-based input format for the editor in case inputFormat is not set and displayFormat contains non-numeric date/time parts', fakeAsync(() => {
1317+
it('should resolve to the default locale-based input format for the editor in case inputFormat is not set and displayFormat contains non-numeric date/time parts', fakeAsync(() => {
13181318
registerLocaleData(localeBg);
13191319
timePicker.locale = 'en-US';
13201320
timePicker.displayFormat = 'longTime';

0 commit comments

Comments
 (0)