Skip to content

Commit 971ca8c

Browse files
committed
chore(*): update test errors
1 parent a787a67 commit 971ca8c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ describe('IgxDatePicker', () => {
12981298

12991299
expect(inputDirective.valid).toEqual(IgxInputState.INITIAL);
13001300

1301-
inputDirectiveElement.triggerEventHandler('focus', {});
1301+
inputDirectiveElement.triggerEventHandler('focus', { target: { value: ''}});
13021302
fixture.detectChanges();
13031303

13041304
expect(inputDirective.valid).toEqual(IgxInputState.INITIAL);

0 commit comments

Comments
 (0)