Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ed4313b

Browse files
committed
Add testing notes for 5.3.0 version
1 parent 29805af commit ed4313b

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

docs/testing/releases/530.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## Testing notes and ZIP for release 5.3.0
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/6608747/woocommerce-gutenberg-products-block.zip)
4+
5+
### Hide the Cart and Checkout blocks from the new block-based widget editor. ([4303](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4303))
6+
7+
1. Using a classic theme (ie: Storefront) with Gutenberg enabled, go to Appearance > Widgets.
8+
2. Verify you can't add the Cart block or the Checkout block. (You will see a widget called Cart, that's the widget from WC core and is not related to this PR, so ignore it).
9+
3. Now go to Appearance > Customize > Widgets and open a widget area.
10+
4. Verify you can't add the Cart block or the Checkout block either.
11+
12+
### Fix some missing translations from the Cart and Checkout blocks. ([4295](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4295))
13+
14+
1. Create a checkout page with the blocks
15+
2. Change your site language to a fully localized language as es-Es. ([Translation status](https://translate.wordpress.org/locale/es/default/wp-plugins/woo-gutenberg-products-block/))
16+
3. Go to Updates, scroll down and click update translation.
17+
4. Navigate to the checkout page and see that the checkout fields are being translated correctly.
18+
19+
### Fix the flickering of the Proceed to Checkout button on quantity update in the Cart Block. ([4293](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4293))
20+
21+
1. Smoke test Cart block, make sure changing quantity works fine.
22+
2. Make sure removing items works fine.
23+
3. When changing an item quantity, make sure the button is disabled immediately as you change the quantity and is re-enabled once the server request finishes
24+
25+
### Fix a bug in which Cart Widget didn't update when adding items from the All Products block. ([4291](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4291))
26+
27+
1. Use a theme that supports the Cart widget, like Storefront
28+
2. Go to a page with the All Products block in the content.
29+
3. Click on the Add to Cart button for a product.
30+
4. View the Add to Cart widget and the total should be updated to reflect the change.
31+
32+
### Fix a display issue when itemized taxes are enabled, but no products in the cart are taxable. ([4284](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4284))
33+
34+
| Before | After |
35+
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
36+
| ![image](https://user-images.githubusercontent.com/5656702/119813140-d2971300-bee0-11eb-8569-f4410625d2e8.png) | ![image](https://user-images.githubusercontent.com/5656702/119813417-26a1f780-bee1-11eb-90f1-e3605d0bd194.png) |
37+
38+
1. Go WooCommerce -> Settings -> Tax and set Display prices during basket and checkout to Excluding Tax.
39+
2. Set Display tax totals to Itemised
40+
3. Add an item to the cart with a zero-rated tax rate.
41+
4. Check there are no borders without anything in them, like the before screenshot above.
42+
43+
### Fix an issue where an attempt to add an out-of-stock product to the cart was made when clicking the "Read more" button. ([4265](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4265))
44+
45+
1. Go to 'WooCommerce > Settings > Products > Enable AJAX add to cart buttons on archives
46+
2. Edit a page and add a 'Products by Category' block (choose a category with an out of stock product)
47+
3. On the front-end, go to the page and click on the out of stock product's "Read more" link
48+
4. Verify you cannot see the spinner on the button and when redirected on the product page, the WooCommerce error message does not show.

docs/testing/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ Every release includes specific testing instructions for new features and bug fi
3232
- [5.0.0](./500.md)
3333
- [5.1.0](./510.md)
3434
- [5.2.0](./520.md)
35+
- [5.3.0](./530.md)

0 commit comments

Comments
 (0)