Skip to content

Commit

Permalink
Add openUrl set to false to tests as a default option
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Aug 7, 2018
1 parent 12d4923 commit 7e04682
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('dialogUserController', function() {
resourceActionId: '789',
targetId: '987',
targetType: 'targettype',
openUrl: false,
});
}));

Expand Down Expand Up @@ -119,6 +120,7 @@ describe('dialogUserController', function() {
targetId: '987',
targetType: 'targettype',
saveable: true,
openUrl: false,
});

$controller.setDialogData({data: {field1: 'field1'}, validations: { isValid : true}});
Expand Down Expand Up @@ -152,6 +154,7 @@ describe('dialogUserController', function() {
targetId: '987',
targetType: 'targettype',
saveable: true,
openUrl: false,
});

$controller.setDialogData({data: {field1: 'field1'}, validations: { isValid : true}});
Expand Down

0 comments on commit 7e04682

Please sign in to comment.