diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index ece574d6604..591c4aa2b29 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -1,6 +1,6 @@ #!/bin/bash -find 'test/cypress/integration/invoiceIn/*Descriptor.spec.js' \ +find 'test/cypress/integration/invoiceIn/**' \ -mindepth 1 \ -maxdepth 1 \ -type d | \