Skip to content

Commit

Permalink
chore(dropdown): Removing a fit #984
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed May 18, 2018
1 parent 404433a commit 0eca58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drop-down/drop-down.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0eca58d

Please sign in to comment.