woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/983.md

2.0 KiB

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

  3. Make some changes (e.g., enable/disable local pickup, add/edit a pickup location, etc.)

  4. Click on the Save changes button. Ensure you have the same results in step 2

  5. Refresh the page. Ensure your changes are being saved

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.