Skip to content

Commit

Permalink
Update projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui…
Browse files Browse the repository at this point in the history
….spec.ts

Co-authored-by: igdmdimitrov <49060557+igdmdimitrov@users.noreply.github.com>
  • Loading branch information
ChronosSF and igdmdimitrov authored Jan 13, 2025
1 parent 266bfeb commit 7a0cf02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6274,7 +6274,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
[true, true, true, true]);
}));

it('Bug 15193 - "Clear Filter" button should clear all filters in the custom dialog.', fakeAsync(() => {
it('should clear all filters in the custom dialog when clicking "Clear Filter" button', fakeAsync(() => {
GridFunctions.clickExcelFilterIcon(fix, 'ReleaseDate');
tick(100);
fix.detectChanges();
Expand Down

0 comments on commit 7a0cf02

Please # to comment.