Skip to content

Commit 4900544

Browse files
committed
fix(textSelDir): removed f from a test
1 parent 7c941c4 commit 4900544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/text-selection/text-selection.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('IgxSelection', () => {
4545
.toEqual(inputNativeElem.value);
4646
});
4747

48-
fit('Should check if the value is selected if based on input type', () => {
48+
it('Should check if the value is selected if based on input type', () => {
4949
const fix = TestBed.createComponent(TriggerTextSelectionOnClickComponent);
5050
const selectableTypes: Types[] = [
5151
{ "text" : "Some Values!" },

0 commit comments

Comments
 (0)