mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-2824: Managed to trigger executeOutcome when clicking on custom outcome buttons (#7873)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user