From 030cedbb3c28371c377a1903b8072e7da107b993 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 5 May 2023 12:24:03 +0200 Subject: [PATCH] amend --- e2e/helpers/tests.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/e2e/helpers/tests.js b/e2e/helpers/tests.js index 6b9e33d00..992ec051f 100644 --- a/e2e/helpers/tests.js +++ b/e2e/helpers/tests.js @@ -26,7 +26,20 @@ async function test() { const jasmine = new Jasmine(); const specFiles = [ + `./e2e/paths/01*/*[sS]pec.js`, + `./e2e/paths/02*/*[sS]pec.js`, + `./e2e/paths/03*/*[sS]pec.js`, + `./e2e/paths/04*/*[sS]pec.js`, `./e2e/paths/05*/*[sS]pec.js`, + `./e2e/paths/06*/*[sS]pec.js`, + `./e2e/paths/07*/*[sS]pec.js`, + `./e2e/paths/08*/*[sS]pec.js`, + `./e2e/paths/09*/*[sS]pec.js`, + `./e2e/paths/10*/*[sS]pec.js`, + `./e2e/paths/11*/*[sS]pec.js`, + `./e2e/paths/12*/*[sS]pec.js`, + `./e2e/paths/13*/*[sS]pec.js`, + `./e2e/paths/**/*[sS]pec.js` ]; jasmine.loadConfig({