This commit is contained in:
Eugenio Romano
2018-09-15 16:38:01 +01:00
parent 6ac0346039
commit fc8b9e5ed1
4 changed files with 28 additions and 28 deletions

View File

@@ -154,7 +154,7 @@ describe('StartFormComponent', () => {
it('should emit cancel event on cancel Button', async(() => {
fixture.detectChanges();
let cancelButton = fixture.nativeElement.querySelector('#cancle_process');
let cancelButton = fixture.nativeElement.querySelector('#cancel_process');
let cancelSpy: jasmine.Spy = spyOn(component.cancel, 'emit');
cancelButton.click();
fixture.detectChanges();