From 640296f74b505217448c45a078c32fafc89c342c Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 18 Nov 2021 12:57:29 +0400 Subject: [PATCH] Changed the test environment to load withFrontend refs https://github.com/TryGhost/Toolbox/issues/135 - The global default should stay the same as it used to be and we can introduce an override for "withFrontend:false" on casa-by-case or area-by-area bases --- test/utils/e2e-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/e2e-utils.js b/test/utils/e2e-utils.js index c7dcdc7327..35a24d4970 100644 --- a/test/utils/e2e-utils.js +++ b/test/utils/e2e-utils.js @@ -182,7 +182,7 @@ const startGhost = async (options) => { debug('Start Ghost'); options = _.merge({ withBackend: true, - withFrontend: false, + withFrontend: true, redirectsFile: true, redirectsFileExt: '.json', forceStart: false,