MME-25 Small bug.
This commit is contained in:
parent
1fd352e252
commit
be6660ab65
@ -93,6 +93,7 @@ describe('EnterRecipeData', () => {
|
|||||||
By.css(`[data-test-role=${inputRole}]`),
|
By.css(`[data-test-role=${inputRole}]`),
|
||||||
).nativeElement;
|
).nativeElement;
|
||||||
preparationTimeInput.dispatchEvent(new Event('blur'));
|
preparationTimeInput.dispatchEvent(new Event('blur'));
|
||||||
|
fixture.detectChanges();
|
||||||
expect(fixture.debugElement.query(By.css(`[data-test-role=${errorRole}]`))).toBeFalsy();
|
expect(fixture.debugElement.query(By.css(`[data-test-role=${errorRole}]`))).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user