Преглед на файлове

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() {