Updated Release Testing Instructions WooCommerce 6.1 (markdown)
parent
d0230b5853
commit
0246d01ddf
|
@ -65,7 +65,14 @@ I'd rather not say
|
|||
|
||||
4. Select one of those options and fill out the rest of the options.
|
||||
5. Open the browser devtools, go to the `Console` and enable the debug messages. You can do this by running `localStorage.setItem( 'debug', 'wc-admin:*' );` in the `Console` and looking for the verbose console messages.
|
||||
6. Verify that the event `wcadmin_storeprofiler_store_business_details_continue_variant` is recorded with the prop `number_employees` after pressing `Continue`.
|
||||
|
||||
![](https://user-images.githubusercontent.com/71906536/146805192-e1013b6c-daea-4664-9872-09d6236f6a81.png)
|
||||
|
||||
Make sure the `debug` level is selected to be able to see the messages:
|
||||
|
||||
![](https://user-images.githubusercontent.com/71906536/146805281-98de58c3-8be5-4f19-a14c-f607b151dffb.png)
|
||||
|
||||
6. Verify that the event `wcadmin_storeprofiler_store_business_details_continue_variant` is recorded with the property `number_employees` after pressing `Continue`.
|
||||
|
||||
## WooCommerce Blocks Updates:
|
||||
|
||||
|
|
Loading…
Reference in New Issue