Updated Release Testing Instructions WooCommerce 5.4 (markdown)
parent
d3184cc9a0
commit
e4035bb489
|
@ -2,6 +2,7 @@
|
|||
- Release Testing Instructions WooCommerce Admin 2.3.0
|
||||
* [WooCommerce Blocks Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.4#woocommerce-blocks-updates)
|
||||
- Smoke testing of regular WC Blocks functionality
|
||||
- Add labels and allow searching terms in WooCommerce Navigation Link block variations
|
||||
* [WooCommerce Core Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.4#woocommerce-core-updates)
|
||||
- Remove set_backorders logic from external products. Closes [#29696](https://github.com/woocommerce/woocommerce/issues/29696)
|
||||
- State and Country field labels on the Checkout page should be read by screen readers. Closes [#27317](https://github.com/woocommerce/woocommerce/issues/27317)
|
||||
|
@ -25,6 +26,18 @@
|
|||
|
||||
- [Smoke testing of regular WC Blocks functionality](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/testing/smoke-testing.md)
|
||||
|
||||
### Add labels and allow searching terms in WooCommerce Navigation Link block variations.
|
||||
|
||||
PR: https://github.com/woocommerce/woocommerce/pull/29772
|
||||
|
||||
To test:
|
||||
1. You will need to install recent nightly of WordPress 5.8 (you can use [WordPress beta tester](https://wordpress.org/plugins/wordpress-beta-tester/) for this) and the latest version of [Gutenberg](https://wordpress.org/plugins/gutenberg/).
|
||||
2. Create a page and add a Navigation block.
|
||||
3. Inside the navigation block, add a product link, a product category link, and a product tag link and verify all of them work correctly and have labels that make it clear they are related to products.
|
||||
|
||||
| Before | After |
|
||||
| --- | --- |
|
||||
| ![imatge](https://user-images.githubusercontent.com/3616980/116261022-88066780-a777-11eb-81aa-f40178903c24.png) | ![imatge](https://user-images.githubusercontent.com/3616980/116260763-45448f80-a777-11eb-8b7e-39b7d72fafb5.png) |
|
||||
|
||||
***
|
||||
|
||||
|
|
Loading…
Reference in New Issue