Various small bug fixes dealing with the workflow maker and the add/edit workflow form.

This commit is contained in:
Michael Abashian
2016-12-12 11:19:59 -05:00
parent 2d6dff1a3b
commit 8165e18e64
12 changed files with 419 additions and 427 deletions
@@ -47,10 +47,10 @@ describe('Controller: WorkflowMaker', () => {
}));
describe('scope.saveWorkflowMaker()', () => {
describe('scope.closeWorkflowMaker()', () => {
it('should close the dialog', ()=>{
scope.saveWorkflowMaker();
scope.closeWorkflowMaker();
expect(scope.closeDialog).toHaveBeenCalled();
});