diff --git a/composer.json b/composer.json index c61cc1efe..d899d1a5d 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.2.1", "newfold-labs/wp-module-notifications": "^1.2.4", - "newfold-labs/wp-module-onboarding": "^2.1.0", + "newfold-labs/wp-module-onboarding": "^2.1.2", "newfold-labs/wp-module-patterns": "^0.1.13", "newfold-labs/wp-module-performance": "^1.3.0", "newfold-labs/wp-module-runtime": "^1.0.9", diff --git a/cypress.config.js b/cypress.config.js index 48ba6ad97..6039f578c 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -71,6 +71,7 @@ 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' // skip AI SiteGen Onboarding flow ], experimentalRunAllSpecs: true, },