708 B
708 B
Testing notes and ZIP for release 2.6.1
Release build zip: woocommerce-gutenberg-products-block.zip
To test
- View your stock table (
wc_reserved_stock
) in the database - Go to checkout with some items in the cart
- Check the stock table is updated with a new row
- Refresh the checkout page.
- 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.
- Delete the
wc_reserved_stock
table. - Visit anywhere in the WordPress admin.
- Verify the
wc_reserved_stock
table was re-created.