We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92418e4 commit 0425a58Copy full SHA for 0425a58
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.navigation.spec.ts
@@ -17,7 +17,7 @@ const DEBOUNCE_TIME = 30;
17
const GRID_CONTENT_CLASS = '.igx-grid__tbody-content';
18
const GRID_FOOTER_CLASS = '.igx-grid__tfoot';
19
20
-fdescribe('IgxHierarchicalGrid Navigation', () => {
+describe('IgxHierarchicalGrid Navigation', () => {
21
let fixture;
22
let hierarchicalGrid: IgxHierarchicalGridComponent;
23
let baseHGridContent: DebugElement;
0 commit comments