Skip to content

Commit 8268f79

Browse files
committed
refactor(filtering-ui-test): adjust according to latest changes
1 parent 8e1196b commit 8268f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
513513
filterUIRow = fix.debugElement.query(By.css(FILTER_UI_ROW));
514514
input = filterUIRow.query(By.directive(IgxInputDirective)).nativeElement;
515515
// since 'shortTime' is numeric, input format will include its numeric parts
516-
expect(input.getAttribute('ng-reflect-input-format')).toMatch('h:mm a');
516+
expect(input.getAttribute('ng-reflect-input-format')).toMatch('hh:mm tt');
517517
expect(input.getAttribute('ng-reflect-display-format')).toMatch('shortTime');
518518
}));
519519

0 commit comments

Comments
 (0)