Skip to content

Commit 06fa831

Browse files
committed
chore(esf): fix test naming #5557
1 parent 3d0da9f commit 06fa831

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
@@ -5639,7 +5639,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering', () => {
56395639
fix.detectChanges();
56405640
}));
56415641

5642-
fit('TEST', fakeAsync(() => {
5642+
it('Should not pin column when its parent group cannot be pinned.', fakeAsync(() => {
56435643
// Test prerequisites
56445644
grid.width = '1000px';
56455645
fix.detectChanges();

0 commit comments

Comments
 (0)