From 5711bbb7c2f9fe7834e85aae5ffd47fd8040b958 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Wed, 10 Apr 2024 12:10:10 +0530 Subject: [PATCH] Unskip tests --- cypress.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 62211cb30..149562df4 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -72,7 +72,6 @@ module.exports = defineConfig( { testIsolation: false, 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-onboarding/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/*.cy.js', // Skipping until we can mock the API's better. ], experimentalRunAllSpecs: true, },