2022-06-09 12:43:17 +00:00
# Testing notes and ZIP for release 2.6.1
2020-06-03 13:39:48 +00:00
2022-06-09 12:43:17 +00:00
Release build zip: [woocommerce-gutenberg-products-block.zip ](https://github.com/woocommerce/woocommerce-gutenberg-products-block/archive/v2.6.1.zip )
2020-07-02 13:48:08 +00:00
2022-06-09 12:43:17 +00:00
## To test
2020-06-03 13:39:48 +00:00
1. View your stock table (`wc_reserved_stock`) in the database
2. Go to checkout with some items in the cart
3. Check the stock table is updated with a new row
4. Refresh the checkout page.
5. Check that the expires column is updated only
To test stock table creation:
_Note: assuming you are using a development site where you are okay with losing the data._
1. Delete the `wc_reserved_stock` table.
2. Visit anywhere in the WordPress admin.
3. Verify the `wc_reserved_stock` table was re-created.
2022-02-02 14:27:46 +00:00
<!-- FEEDBACK -->
2022-06-09 12:43:17 +00:00
2022-02-02 14:27:46 +00:00
---
[We're hiring! ](https://woocommerce.com/careers/ ) Come work with us!
2022-08-01 08:56:28 +00:00
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here. ](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/internal-developers/testing/releases/261.md )
2022-02-02 14:27:46 +00:00
2022-06-09 12:43:17 +00:00
<!-- /FEEDBACK -->
2022-08-01 08:56:28 +00:00