From 6605c8deca82f361a83bf32af485063ad90f120b Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 12 Mar 2025 10:24:22 +0100 Subject: [PATCH] fix: refs #8581 update Cypress test directory path for improved integration testing --- test/cypress/cypressParallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index a7073b24b..eed87d8c7 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -1,6 +1,6 @@ #!/bin/bash -find 'test/cypress/integration/invoiceIn/' \ +find 'test/cypress/integration/' \ -mindepth 1 \ -maxdepth 1 \ -type d | \