mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
✨ Add Coming Soon mode to WordPress Playground blueprint
This commit is contained in:
parent
425e4c5ecc
commit
4a549f6625
1 changed files with 9 additions and 1 deletions
10
.github/scripts/playground-comment.js
vendored
10
.github/scripts/playground-comment.js
vendored
|
@ -49,7 +49,15 @@ const generateWordpressPlaygroundBlueprint = (runId, prNumber, artifactName) =>
|
|||
},
|
||||
},
|
||||
|
||||
// Step 4: Set up admin user login
|
||||
// Step 4: Enable Coming Soon mode
|
||||
{
|
||||
step: 'setSiteOptions',
|
||||
options: {
|
||||
woocommerce_coming_soon: 'yes',
|
||||
},
|
||||
},
|
||||
|
||||
// Step 5: Set up admin user login
|
||||
{
|
||||
step: 'login',
|
||||
username: 'admin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue