diff options
Diffstat (limited to 'src/scenario/Runner.js')
| -rw-r--r-- | src/scenario/Runner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scenario/Runner.js b/src/scenario/Runner.js index d1a9271b..77969618 100644 --- a/src/scenario/Runner.js +++ b/src/scenario/Runner.js @@ -107,7 +107,7 @@ angular.scenario.Runner.prototype = { } else { self.scope.$testrun.done = true; } - }; + } callback(); }, @@ -176,7 +176,7 @@ angular.scenario.Runner.prototype = { steps: futuresFulfilled}); done(); } - }; + } next(); return specThis; } |
