Updated Release Testing Instructions WooCommerce 6.5 (markdown)

rodelgc 2022-04-19 14:55:04 +08:00
parent cb1476a313
commit 44ea463556
1 changed files with 7 additions and 0 deletions

@ -198,3 +198,10 @@ We've been including WooCommerce Admin in WooCommerce since WooCommerce 4.0. We
6. Go to WooCommerce > Settings > Payments
7. Click "Other payment methods" button
8. Should open WooCommerce > Extensions page in a new tab
### Enable "Save changes" for variations on the admin when a textfield receives input [#32589](https://github.com/woocommerce/woocommerce/pull/32589)
1. Edit an existing variable product.
2. For one of the variations, add, remove, or modify any text field (sale price, for example) without leaving the field.
3. Confirm the "Save changes" button is enabled. Without the fix, the button remains disabled.
4. Confirm that the "Save changes" button remains enabled when the textfield loses focus.