Skip to content

Commit

Permalink
test(grid): update for lint #2975
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobakova committed Nov 23, 2018
1 parent 692a79e commit 2ff5c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ describe('IgxGrid - GroupBy', () => {
expect(chips[0].getAttribute('title')).toEqual('ProductName');
expect(chips[1].getAttribute('title')).toEqual('Released');
});

function sendInput(element, text, fix) {
element.nativeElement.value = text;
element.nativeElement.dispatchEvent(new Event('input'));
Expand Down

0 comments on commit 2ff5c64

Please sign in to comment.