Skip to content

Commit

Permalink
chore(*): remove fit from test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Sep 30, 2021
1 parent c3a4b5f commit aeebe04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('igxGridPinningActions #grid ', () => {
expect(grid.pinnedRows.length).toBe(0);
});

fit('should allow navigating to disabled row in unpinned area', async () => {
it('should allow navigating to disabled row in unpinned area', async () => {
grid.pinRow('FAMIA');
fixture.detectChanges();

Expand Down

0 comments on commit aeebe04

Please sign in to comment.