2.5 KiB
2.5 KiB
Testing notes and ZIP for release 6.1.0
Zip file for testing: woocommerce-gutenberg-products-block.zip
Feature Plugin
Remove IntersectionObserver shim in favor of dropping IE11 support. (4808)
- Smoke test the Cart block and ensure no errors appear in the console
Feature plugin and package inclusion in WooCommerce
Product categories list block hierarchy display fix (4920)
- Create 4 WooCommerce product categories, each one nested under the previous one created, like follows:
- Level 1
- Level 2
- Level 3
- Level 4
- Level 3
- Level 2
- Add a product to the last category
- To a page, add the block Product Categories List
- Under the block settings > List settings > Display style, pick "Dropdown"
- Again under the block settings > Content, switch On "Show hierarchy"
- Save and view page
Fixed string translations within the All Products Block. (4897)
- Switch to Brazilian Portuguese translation.
- View the all products block. Confirm sale badges are translated to "Oferta".
Filter By Price: Update aria values to be more representative of the actual values presented. (4839)
- Add the Filter By Price block to your All Products page
- Turn Voice Over on your Mac (click the power button 3 times to do this)
- Move the slider back and forth, the voice should say "Ninety" instead of "Nine thousand" for example.
Fixed: Filter button from Filter Products by Attribute block is not aligned with the input field. (4814)
- Add the Filter Products by Attribute block and select 'Display Style: Dropdown' and check 'Filter button'.
- See the filter button aligned correctly on both editor and front end.
Prefix the search input id with wc- instead of wp- (4882)
- Add a WordPress search block to a page.
- Add a Product search block to the same page.
- Go to frontend and open the browser tools console, ensure no errors about elements with non-unique IDs appear (relating to the search box ID).