Adding more steps to home screen test case to ensure a site is no longer considered a new install.
parent
386b2ea866
commit
2c8dd453a0
|
@ -44,24 +44,26 @@ To prepare for this test flow, please setup a **new site** with WooCommerce 4.3
|
|||
|
||||
For sites that are upgrading to 4.3 from a prior version of WooCommerce, the home screen is not enabled by default. This test flow will verify the opt-in to the new home screen functions as expected.
|
||||
|
||||
To complete this step, you will need to have a site that is already setup running WooCommerce 4.2.
|
||||
To complete this step, you will need to have a site that is already setup running WooCommerce 4.2, and you need to do the following items to "establish" the store as up and running:
|
||||
|
||||
1. On your WooCommerce 4.2 install, click on the WooCommerce menu item, note that it displays the **Analytics Dashboard**:
|
||||
1. Install WooCommerce 4.2.
|
||||
2. Go through the onboarding wizard, and setup at least one product manually. These actions will install the Woo pages, and have at least one product setup [which is what WooCommerce uses to determine if a store is new or not](https://github.com/woocommerce/woocommerce/blob/master/includes/class-wc-install.php#L388).
|
||||
3. On your WooCommerce 4.2 install, click on the WooCommerce menu item, note that it displays the **Analytics Dashboard**:
|
||||
|
||||
![](https://cldup.com/YpTnTa_UpC-3000x3000.png)
|
||||
|
||||
2. Using the [WooCommerce Beta Tester plugin](https://wordpress.org/plugins/woocommerce-beta-tester/), you can now easily update to the latest version of WooCommerce 4.3 ( beta or RC )
|
||||
3. After the update has applied, click on the WooCommerce link in the wp-admin sidebar. Verify that you are still shown the Analytics Dashboard ( see above ).
|
||||
4. Navigate to WooCommerce > Settings > Advanced > Features ( `/wp-admin/admin.php?page=wc-settings&tab=advanced§ion=features` ) and enable/check the box for "Home Screen", and click "Save Changes":
|
||||
4. Using the [WooCommerce Beta Tester plugin](https://wordpress.org/plugins/woocommerce-beta-tester/), you can now easily update to the latest version of WooCommerce 4.3 ( beta or RC )
|
||||
5. After the update has applied, click on the WooCommerce link in the wp-admin sidebar. Verify that you are still shown the Analytics Dashboard ( see above ).
|
||||
6. Navigate to WooCommerce > Settings > Advanced > Features ( `/wp-admin/admin.php?page=wc-settings&tab=advanced§ion=features` ) and enable/check the box for "Home Screen", and click "Save Changes":
|
||||
|
||||
![](https://cldup.com/8DQ3gtpklh-3000x3000.png)
|
||||
|
||||
5. Note after the page loads upon form submission, the first link under the WooCommerce menu should say "Home":
|
||||
7. Note after the page loads upon form submission, the first link under the WooCommerce menu should say "Home":
|
||||
|
||||
![](https://cldup.com/NrZBkgUaub-3000x3000.png)
|
||||
|
||||
6. Click on Home, and verify the new Home Screen is shown.
|
||||
7. Click on the Analytics menu item, and verify the Analytics Overview screen is shown.
|
||||
8. Click on Home, and verify the new Home Screen is shown.
|
||||
9. Click on the Analytics menu item, and verify the Analytics Overview screen is shown.
|
||||
|
||||
### Testing Home Screen Functionality
|
||||
|
||||
|
|
Loading…
Reference in New Issue