From 4c1c375eefd5bdc45ca4a324834864a13d7e40cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 29 Dec 2020 22:45:29 +0100 Subject: [PATCH] Fix tests starting before the end of the previous one --- lib/server/controllers/apiController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/controllers/apiController.js b/lib/server/controllers/apiController.js index fc41f0a..d6f701f 100644 --- a/lib/server/controllers/apiController.js +++ b/lib/server/controllers/apiController.js @@ -127,7 +127,7 @@ var ApiController = function(app) { } // Let's continue - screenshotPromise + return screenshotPromise // Save results .then(function() {