From c35f053c79d30b288b6402cacd07707a98aea403 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 16 Dec 2024 17:03:45 -0500 Subject: [PATCH] remove temporary test exclusion --- cypress.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 9abe5099..0cef2b02 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -87,7 +87,6 @@ module.exports = defineConfig( { excludeSpecPattern: [ 'vendor/newfold-labs/**/tests/cypress/integration/wp-module-support/*.cy.js', // skip any module's wp-module-support files 'vendor/newfold-labs/wp-module-migration/**/*.cy.js', // temporarily skip the broken migration test - 'vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon-woo.cy.js', // temporarily skip until fixed with new slug 'vendor/newfold-labs/wp-module-ecommerce/**/*.cy.js', // temporarily skip until fixed with new slug ], experimentalRunAllSpecs: true,