diff --git a/src/drop-down/drop-down.component.spec.ts b/src/drop-down/drop-down.component.spec.ts index 61b59189922..0c668fd49ef 100644 --- a/src/drop-down/drop-down.component.spec.ts +++ b/src/drop-down/drop-down.component.spec.ts @@ -466,7 +466,7 @@ describe("IgxDropDown ", () => { }); }); - fit("End key should select the last enabled item", () => { + it("End key should select the last enabled item", () => { const fixture = TestBed.createComponent(IgxDropDownTestDisabledComponent); fixture.detectChanges(); const button = fixture.debugElement.query(By.css("button")).nativeElement;