AAE-2824: Managed to trigger executeOutcome when clicking on custom outcome buttons (#7873)

This commit is contained in:
Ehsan Rezaei
2022-09-30 19:19:51 +02:00
committed by GitHub
parent 287299bf8e
commit 4d8195fa82
6 changed files with 24 additions and 6 deletions

View File

@@ -378,7 +378,7 @@ describe('FormComponent', () => {
const result = formComponent.onOutcomeClicked(outcome);
expect(result).toBeTruthy();
expect(saved).toBeTruthy();
expect(saved).toBeFalse();
expect(formComponent.completeTaskForm).toHaveBeenCalledWith(outcomeName);
});