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

Latest commit

 

History

History
38 lines (25 loc) · 2.32 KB

File metadata and controls

38 lines (25 loc) · 2.32 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


Testing notes and ZIP for release 9.8.3

Zip file for testing: woocommerce-gutenberg-products-block.zip

WooCommerce Core

Fix "Save changes" default behavior bug in the Firefox browser #8754

You should use the Firefox browser for this test.

  1. Go to WooCommerce/Shipping/Local pickup
  2. Click on the Save changes button. Ensure you are not redirected to another page, and the notice Local Pickup settings have been saved. is displayed

image

  1. Make some changes (e.g., enable/disable local pickup, add/edit a pickup location, etc.)
  2. Click on the Save changes button. Ensure you have the same results in step 2
  3. Refresh the page. Ensure your changes are being saved

Fix border styles not visible in the editor in Featured Product and Featured Category blocks #8838

Note: this can't be tested directly in WC Blocks. You should only test it in the WC core build.

  1. Enable a block theme in your site (like TT3).
  2. Add a Featured Item (Featured Category or Featured Product) block to a page or post.
  3. Select the border controls and add a border style. Add a color and give it some width.
  4. You should see the border you set dynamically display on the featured item.
  5. Now click on the Unlink button on the border controls and try setting different values for color and width for each of the border sides (top,right,bottom,left).
  6. Ensure this is working by visually seeing the changes to the featured item.
  7. Save and make sure this is also displaying correctly on the frontend.
  8. Test both Featured Category and Featured Product blocks.