diff --git a/wallets/metamask/cypress.config.ts b/wallets/metamask/cypress.config.ts index b7d82403e..fb9e2c158 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/**/confirmSignature.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) {