# Testing notes and ZIP for release 10.9.1 Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12370561/woocommerce-gutenberg-products-block.zip) ## WooCommerce Core ### Bug Fixes #### Remove client side navigation from Products beta block. [#10636](https://github.com/woocommerce/woocommerce-blocks/pull/10636) 1. Create a new post 2. Add Products (Beta) block & publish it 3. On Frontend, verify that 1. Client-side navigation isn't there anymore i.e. changing the page should also refresh the page 2. Verify that Product button(Add to cart) still works as expected. ## Testing notes for the development team ### Bug Fixes 1. Checkout to the PR branch and run `npm run start`. 2. Enable a blocks theme (like TT3). 3. Create a new page or post. 4. Add the Products (Beta), Products Collection, Products by Attribute, Products by Tag, Products by Category, Handpicked products, and All products blocks. 5. Check the Sale badge is shown on the top-right corner of the image on all of them, in the editor, and in the frontend. 6. Go to the classic shop page and check the Sale badge also shows in the top-right corner of the product image. 7. Repeat steps 3 to 6 with Storefront enabled. #### Screenshots
Before:

Screenshot 2023-08-17 at 09 57 30
After:

Screenshot 2023-08-17 at 09 56 36