Skip to content

Commit

Permalink
test(toolbar): removing f from fdescribe #2983
Browse files Browse the repository at this point in the history
  • Loading branch information
Radko Kolev committed Nov 22, 2018
1 parent df6698e commit 88438aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { UIInteractions, wait } from '../../test-utils/ui-interactions.spec';

import { configureTestSuite } from '../../test-utils/configure-suite';

fdescribe('IgxGrid - Grid Toolbar', () => {
describe('IgxGrid - Grid Toolbar', () => {
configureTestSuite();
let fixture;
let grid;
Expand Down

0 comments on commit 88438aa

Please sign in to comment.