Procházet zdrojové kódy

Fix tests starting before the end of the previous one

Gaël Métais před 4 roky
rodič
revize
4c1c375eef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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() {