fix lint issue after merge 3.2.0

This commit is contained in:
Eugenio Romano
2019-03-30 11:18:56 +00:00
parent d8321b977a
commit 75295fdb84

View File

@@ -405,7 +405,7 @@ describe('PeopleCloudComponent', () => {
component.validate = true;
component.preSelectUsers = <any> [{ username: mockUsers[1].username }];
fixture.detectChanges();
let inputHTMLElement: HTMLInputElement = <HTMLInputElement> element.querySelector('input');
const inputHTMLElement: HTMLInputElement = <HTMLInputElement> element.querySelector('input');
inputHTMLElement.focus();
inputHTMLElement.dispatchEvent(new Event('input'));
inputHTMLElement.dispatchEvent(new Event('keyup'));