Skip to content

Commit

Permalink
Disable new product editor in sync tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Dec 3, 2024
1 parent 3748828 commit 0c593c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/e2e/specs/d7.woo-sor-multiple-variations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ test.beforeAll( 'Setup', async () => {
`wp wc product_attribute_term create ${ sizeAttributeId?.trim() } --name=M --user=admin`
);

// Keep using classic editor.
await runWpCliCommand(
'wp option update woocommerce_feature_product_block_editor_enabled "no"'
);

await browser.close();
} );

Expand Down

0 comments on commit 0c593c1

Please sign in to comment.