woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/943.md

19 lines
994 B
Markdown

# Testing notes and ZIP for release 9.4.3
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10567326/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Mini Cart block - Fix the drawer content height to allow checkout button to show. ([8351](https://github.com/woocommerce/woocommerce-blocks/pull/8351))
1. Set up the Mini Cart in your global navigation, if you don't have it already.
2. View the front end of your site from a mobile device (or Xcode Simulator).
3. Add a product to your cart.
4. Open the Mini Cart drawer.
5. Confirm the checkout button is fully visible (see after screenshots above).
### Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8356](https://github.com/woocommerce/woocommerce-blocks/pull/8356))
1. In WordPress 5.9.x, go to Cart block.
2. Try increasing the quantity, it should work.