Skip to content

Commit 97e25ff

Browse files
committed
fix(tests): making the check working
1 parent 94c2ae5 commit 97e25ff

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
@@ -246,7 +246,7 @@ describe('IgxDatePicker', () => {
246246
fixture.detectChanges();
247247

248248
expect(inputGroup.isRequired).toBeFalsy();
249-
expect(inputEl.getAttribute('aria-required')).toEqual('false');
249+
expect(inputEl.getAttribute('aria-required')).toEqual(null);
250250
});
251251

252252
it('should set validity to initial when the form is reset', fakeAsync(() => {

0 commit comments

Comments
 (0)