Skip to content

Commit

Permalink
chore(dropdown): Adding test scenario #984
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed May 3, 2018
1 parent d3f0d18 commit 800394b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drop-down/drop-down.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ describe("IgxDropDown ", () => {
xit("Should be able to implement to any kind of anchor", () => {
//To DO
});

xit("Items can be disabled/enabled at runtime", () => {
//To DO
});
});

@Component({
Expand Down

0 comments on commit 800394b

Please sign in to comment.