Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 5ca7fbd

Browse files
authored
E2E: Ensure the Shop page is created (#10695)
1 parent b085703 commit 5ca7fbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/bin/scripts/parallel/pages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ post_id=$(wp post create \
5353
--post_title='Privacy'
5454
)
5555
wp option update wp_page_for_privacy_policy $post_id
56+
57+
# Create renaming WooCommerce pages using tool
58+
wp wc tool run install_pages --user=1

0 commit comments

Comments
 (0)