Explorar el Código

Fix tests starting before the end of the previous one

Gaël Métais hace 4 años
padre
commit
4c1c375eef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {