Updated Release Testing Instructions WooCommerce 6.7 (markdown)
parent
17fe41ceba
commit
f1ce916fe2
|
@ -127,43 +127,6 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
|
||||||
4. Save the page and check it renders correctly with the new settings.
|
4. Save the page and check it renders correctly with the new settings.
|
||||||
5. Repeat steps 1-4 with the `Featured Product` block.
|
5. Repeat steps 1-4 with the `Featured Product` block.
|
||||||
|
|
||||||
### Feature plugin only
|
|
||||||
|
|
||||||
#### Fix: Only enqueue the relevant translations script. ([6478](https://github.com/woocommerce/woocommerce-blocks/pull/6478))
|
|
||||||
|
|
||||||
0. Change the language to the Netherlands then update all translations.
|
|
||||||
1. Visit a page without any blocks on the front end.
|
|
||||||
2. View source (don't use the Inspector).
|
|
||||||
3. See no unnecessary translations as the screenshot in [#6023](https://github.com/woocommerce/woocommerce-blocks/pull/6023) shows.
|
|
||||||
4. Create a page with the All Products block.
|
|
||||||
5. See translations work as expected in the editor and on the front end.
|
|
||||||
6. See the translation of Cart and Checkout blocks (and their inner blocks) are working as expected.
|
|
||||||
7. Check the page source of the pages containing WooCommerce Blocks, see only related translations are loaded.
|
|
||||||
|
|
||||||
#### Respect low stock visibility setting in Cart/Checkout. ([6444](https://github.com/woocommerce/woocommerce-blocks/pull/6444))
|
|
||||||
|
|
||||||
1. Change a product to have its stock be managed, and set the stock quantity to 8.
|
|
||||||
2. Set that product Low stock threshold value to 10.
|
|
||||||
3. In WooCommerce -> Settings -> Products -> Inventory, set display format to "only show when below".
|
|
||||||
4. Add the item to your cart, you should see the low stock badge.
|
|
||||||
5. Change the setting to "never".
|
|
||||||
6. Visit cart again, the product no longer has the badge.
|
|
||||||
|
|
||||||
#### Remove `useStoreSnackbarNotices` and interact directly with data store instead. ([6411](https://github.com/woocommerce/woocommerce-blocks/pull/6411))
|
|
||||||
|
|
||||||
1. Add a coupon to your store.
|
|
||||||
2. Add items to your cart.
|
|
||||||
3. Go to the Cart block, and apply the coupon. Ensure you see the snackbar notice for a successful coupon application.
|
|
||||||
4. **In a new tab**, open the Cart block again and remove the coupon. Ensure you see the snackbar notice for successful coupon removal.
|
|
||||||
5. Go back to the original tab and try removing the coupon, ensure you see an error message above the Cart.
|
|
||||||
6. Repeat the same steps but for the Checkout block.
|
|
||||||
|
|
||||||
#### Decouple Store API payment handling from Checkout block loading code. ([6519](https://github.com/woocommerce/woocommerce-blocks/pull/6519))
|
|
||||||
|
|
||||||
1. Have a payment method like Stripe or WooCommerce payments enabled.
|
|
||||||
2. Go to checkout and try to place an order.
|
|
||||||
3. The order is placed and payment is captured and highlighted in admin area.
|
|
||||||
|
|
||||||
|
|
||||||
## Blocks 7.8.1
|
## Blocks 7.8.1
|
||||||
|
|
||||||
|
@ -223,7 +186,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
|
||||||
1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page.
|
1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page.
|
||||||
2. Hide the Product price and Product rating using the sidebar toggles.
|
2. Hide the Product price and Product rating using the sidebar toggles.
|
||||||
3. Publish the post or page.
|
3. Publish the post or page.
|
||||||
4. Update to WC core to 6.6.0.
|
4. Update to WC core to 6.7.0.
|
||||||
5. Notice the images are no longer visible.
|
5. Notice the images are no longer visible.
|
||||||
6. Enable WC Blocks (with this branch).
|
6. Enable WC Blocks (with this branch).
|
||||||
7. Verify images are visible by default.
|
7. Verify images are visible by default.
|
||||||
|
|
Loading…
Reference in New Issue