Added runAdminPageLoadTests to runMerchantTests

This commit is contained in:
jamelreid 2021-11-26 11:06:00 -05:00
parent 7329e03eb2
commit 8b8525d7df
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ The functions to access the core tests are:
- `runAnalyticsPageLoadsTest` - Merchant can load and see all pages in Analytics
- `runImportProductsTest` - Merchant can import products via CSV file
- `runInitiateWccomConnectionTest` - Merchant can initiate connection to WooCommerce.com
- `runAdminPageLoadTests` - Merchant can load pages from the WP Admin sidebar
### Shopper

View File

@ -104,6 +104,7 @@ const runMerchantTests = () => {
runMerchantOrdersCustomerPaymentPage();
runAnalyticsPageLoadsTest();
runInitiateWccomConnectionTest();
runAdminPageLoadTests();
}
const runApiTests = () => {