Skip to content

Commit ced5f9e

Browse files
committed
fix(test): fix failing test
1 parent 729e09f commit ced5f9e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
11621162

11631163
const sundayLabel = calendar.querySelectorAll('.igx-calendar__label')[0].innerHTML;
11641164

1165-
expect(sundayLabel.trim()).toEqual('So');
1165+
expect(sundayLabel.trim()).toEqual('Mo');
11661166
}));
11671167

11681168
it('Should size grid correctly if enable/disable filtering in run time.', fakeAsync(() => {

0 commit comments

Comments
 (0)