Skip to content

Commit

Permalink
fix(test): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Volen99 committed Apr 26, 2022
1 parent 729e09f commit ced5f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {

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

expect(sundayLabel.trim()).toEqual('So');
expect(sundayLabel.trim()).toEqual('Mo');
}));

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

0 comments on commit ced5f9e

Please sign in to comment.