From 49680005eb7b2467b09db4b309bf05157062747e Mon Sep 17 00:00:00 2001 From: styler <63294765+matstyler@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:31:25 +0200 Subject: [PATCH] Update cypress.config.ts --- wallets/metamask/cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets/metamask/cypress.config.ts b/wallets/metamask/cypress.config.ts index dd86da932..18b0c5dd6 100644 --- a/wallets/metamask/cypress.config.ts +++ b/wallets/metamask/cypress.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ chromeWebSecurity: true, e2e: { baseUrl: 'http://localhost:9999', - specPattern: 'test/cypress/**/resetAccount.cy.{js,jsx,ts,tsx}', + specPattern: 'test/cypress/**/*.cy.{js,jsx,ts,tsx}', supportFile: 'src/cypress/support/e2e.{js,jsx,ts,tsx}', testIsolation: false, async setupNodeEvents(on, config) {