Updated Release Testing Instructions WooCommerce 5.4 (markdown)

Julia Amosova 2021-05-15 20:51:03 -04:00
parent 8964214d98
commit 462404fa5f
1 changed files with 11 additions and 2 deletions

@ -21,7 +21,7 @@
## WooCommerce Core Updates
### Remove set_backorders logic from external products closes [#29696](https://github.com/woocommerce/woocommerce/issues/29696)
### Remove set_backorders logic from external products. Closes [#29696](https://github.com/woocommerce/woocommerce/issues/29696)
To test:
1. Create an Affiliated/External product.
@ -31,4 +31,13 @@ To test:
5. Click on `Update`
6. Ensure there are no errors in your logs and the product updated without issues.
***
### State and Country field labels on the Checkout page should be read by screen readers. Closes [#27317](https://github.com/woocommerce/woocommerce/issues/27317)
To test:
1. Add products to cart, go to checkout.
2. Enable screen reader in operating system (on Mac, it's called "Voiceover" and is located in accessibility settings). Or you can use an actual screen reader if you have.
3. Cycle through the fields on checkout page and make sure that State and Country field labels are being read by the screen reader.
See [#27317](https://github.com/woocommerce/woocommerce/issues/27317) for the screenshots in order to understand what is expected.