mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
Various small bug fixes dealing with the workflow maker and the add/edit workflow form.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user