MME-25 Small bug.

This commit is contained in:
Jesse Brault 2026-02-11 13:57:38 -06:00
parent 1fd352e252
commit be6660ab65

View File

@ -93,6 +93,7 @@ describe('EnterRecipeData', () => {
By.css(`[data-test-role=${inputRole}]`),
).nativeElement;
preparationTimeInput.dispatchEvent(new Event('blur'));
fixture.detectChanges();
expect(fixture.debugElement.query(By.css(`[data-test-role=${errorRole}]`))).toBeFalsy();
});