Updated Release Testing Instructions WooCommerce 5.1 (markdown)

Julia Amosova 2021-02-16 16:57:31 -05:00
parent 1c84789d47
commit 2795f56929
1 changed files with 12 additions and 1 deletions

@ -195,4 +195,15 @@ Feel free to skip the following cases in the testing instructions below: [add fa
#### Test WooCommerce Core critical flows with WooCommerce Admin functionality disabled
1.
1. Install and activate [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin.
2. Add a new snippet with the following line of code: `add_filter( 'woocommerce_admin_disabled', '__return_true' );`:
![](https://cldup.com/fkV1foFhbl.png)
3. Confirm that you no longer see the `Analytics` and `Marketing` sections:
![](https://cldup.com/KySOgkmCFe.png)
![](https://cldup.com/zYRmgk40Kg.png)
4. Test [WooCommerce Critical Flows](https://github.com/woocommerce/woocommerce/wiki/Critical-Flows) to ensure that the basic functionality is still working.