From 91d6fe06256c4500d6818b896f036288536cbaa8 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 11:43:27 -0700 Subject: [PATCH] Reapply "Remove WonderBlocks tests skip" This reverts commit 90365a6109bc926691e350193629bbb5a3ccc383. --- cypress.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index e195d91e6..84f28f8a1 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -63,13 +63,6 @@ module.exports = defineConfig( { ] ); } - // Exclude WonderBlocks tests for WordPress lower than 6.6 (6.5 or 6.4) - if ( semver.satisfies( config.env.wpSemverVersion, '<6.6.0' ) ) { - config.excludeSpecPattern = config.excludeSpecPattern.concat( [ - 'vendor/newfold-labs/wp-module-patterns/tests/cypress/integration/**', - ] ); - } - return config; }, baseUrl: 'http://localhost:8882',