Skip to content

Commit

Permalink
Set WC_TEMPLATES_SLUG to BLOCK_THEME_SLUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Apr 25, 2024
1 parent b07c4ee commit 74738d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/woocommerce-blocks/tests/e2e/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const CLASSIC_CHILD_THEME_WITH_BLOCK_NOTICES_TEMPLATE_SLUG = `${ CLASSIC_
export const CLASSIC_CHILD_THEME_WITH_CLASSIC_NOTICES_TEMPLATE_SLUG = `${ CLASSIC_THEME_SLUG }-child__classic-notices-template`;
export const BASE_URL = 'http://localhost:8889';

export const WC_TEMPLATES_SLUG = 'woocommerce/woocommerce';
export const WC_TEMPLATES_SLUG = BLOCK_THEME_SLUG;

export const WP_ARTIFACTS_PATH =
process.env.WP_ARTIFACTS_PATH ||
Expand Down

0 comments on commit 74738d8

Please sign in to comment.