-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #479 from woocommerce/upkeep/e2e-tests-utils
Move to @woocommerce/e2e-utils-playwright
- Loading branch information
Showing
4 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ wp-env run tests-cli wp wc tool run install_pages --user=1 | |
wp-env run tests-cli wp option update woocommerce_currency "USD" | ||
wp-env run tests-cli wp option update woocommerce_default_country "US:CA" | ||
wp-env run tests-cli wp wc payment_gateway update cod --enabled=true --user=1 | ||
wp-env run tests-cli wp option update woocommerce_coming_soon "no" | ||
|
||
wp-env run tests-cli wp user create customer [email protected] --user_pass=password --role=customer | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters