E2E: Ensure the Shop page is created (https://github.com/woocommerce/woocommerce-blocks/pull/10695)
This commit is contained in:
parent
705de55bb6
commit
e20c605408
|
@ -53,3 +53,6 @@ post_id=$(wp post create \
|
|||
--post_title='Privacy'
|
||||
)
|
||||
wp option update wp_page_for_privacy_policy $post_id
|
||||
|
||||
# Create renaming WooCommerce pages using tool
|
||||
wp wc tool run install_pages --user=1
|
||||
|
|
Loading…
Reference in New Issue