From bfea8e046ad9720ffc4ef1fd6c6514d312598b84 Mon Sep 17 00:00:00 2001 From: Adel Bensaad Date: Tue, 21 May 2024 13:39:43 +0100 Subject: [PATCH] chore: trigger tests --- cypress/support/generateTestMatrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/generateTestMatrix.js b/cypress/support/generateTestMatrix.js index 90b16397da..e2ece39c9f 100644 --- a/cypress/support/generateTestMatrix.js +++ b/cypress/support/generateTestMatrix.js @@ -15,7 +15,7 @@ const getAllFiles = (dirPath, arrayOfFiles = []) => { return arrayOfFiles } -const createGroups = (files, numberOfGroups = 7) => { +const createGroups = (files, numberOfGroups = 5) => { const groups = [] for (let i = 0; i < numberOfGroups; i++) { groups.push([])