Skip to content

Commit 924d5d1

Browse files
chore(IgxDatePicker): detect changes in failing test
1 parent e02e06a commit 924d5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1148,9 +1148,9 @@ describe('IgxDatePicker', () => {
11481148
const input = fixture.debugElement.query(By.directive(IgxInputDirective));
11491149
expect(input).toBeDefined();
11501150
datePicker.isSpinLoop = false;
1151-
11521151
input.nativeElement.focus();
11531152
UIInteractions.sendInput(input, '31-03-19');
1153+
fixture.detectChanges();
11541154
expect(input.nativeElement.value).toBe('31-03-19');
11551155

11561156
input.nativeElement.focus();

0 commit comments

Comments
 (0)