From f8ddacafd01d5abba45a20070aeaa653fe17065c Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 28 Oct 2022 13:58:11 +0100 Subject: [PATCH] Merge pull request #10217 from overleaf/ae-cypress-spec-pattern Update the pattern for matching Cypress test files GitOrigin-RevId: d41cafe0468da5b124286f2413b065f650241b7e --- services/web/cypress.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/cypress.config.ts b/services/web/cypress.config.ts index 29aba2891d..0834e1a31e 100644 --- a/services/web/cypress.config.ts +++ b/services/web/cypress.config.ts @@ -18,8 +18,7 @@ export default defineConfig({ setupNodeEvents(on, config) { // }, - specPattern: - './{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}', + specPattern: './{test,modules/**/test}/frontend/**/*.spec.{js,ts,tsx}', }, retries: { runMode: 3,