소스 검색

Fix tests starting before the end of the previous one

Gaël Métais 4 년 전
부모
커밋
4c1c375eef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/server/controllers/apiController.js

+ 1 - 1
lib/server/controllers/apiController.js

@@ -127,7 +127,7 @@ var ApiController = function(app) {
             }
 
             // Let's continue
-            screenshotPromise
+            return screenshotPromise
 
                 // Save results
                 .then(function() {