Skip to content

Commit 1bf13d3

Browse files
committed
chore(*): Remove fit from tests
1 parent 4b7db93 commit 1bf13d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid-keyboard-nav.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('IgxPivotGrid - Keyboard navigation #pivotGrid', () => {
150150
expect(activeCells.length).toBe(1);
151151
});
152152

153-
fit('should allow navigating in column headers when switching focus from rows to columns', () => {
153+
it('should allow navigating in column headers when switching focus from rows to columns', () => {
154154
const [firstCell] = fixture.debugElement.queryAll(
155155
By.css(`${PIVOT_TBODY_CSS_CLASS} ${PIVOT_ROW_DIMENSION_CONTENT} ${HEADER_CELL_CSS_CLASS}`));
156156
UIInteractions.simulateClickAndSelectEvent(firstCell);

0 commit comments

Comments
 (0)