[ACA-3499] Cardview textitem update on change (#5882)

This commit is contained in:
Baptiste Mahé
2020-07-16 15:56:32 +01:00
committed by GitHub
parent e293aa048e
commit 389a65860c
2 changed files with 3 additions and 7 deletions

View File

@@ -736,7 +736,6 @@ describe('CardViewTextItemComponent', () => {
const editInput = fixture.debugElement.query(By.css(`[data-automation-id="card-textitem-value-${key}"]`));
editInput.nativeElement.value = value;
editInput.nativeElement.dispatchEvent(new Event('input'));
editInput.nativeElement.dispatchEvent(new Event('blur'));
fixture.detectChanges();
}