Skip to content

Commit 7987eb9

Browse files
authored
Merge pull request #6876 from IgniteUI/PMiteva/fix-row-drag-tests-9.0
Test Refactoring Row-Drag 9.0x
2 parents a3ee13a + 43e7387 commit 7987eb9

File tree

3 files changed

+757
-627
lines changed

3 files changed

+757
-627
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)