Updated Release Testing Instructions WooCommerce 4.4 (markdown)

Tam Mullen 2020-07-28 19:09:53 +01:00
parent 30ce8f4a98
commit d39b8ffade
1 changed files with 11 additions and 19 deletions

@ -111,14 +111,6 @@ These testing instructions are based on the testing instruction published specif
- Verify you can add the block without problems in the editor.
- Visit the page in the frontend, and verify the block works as expected and no JS errors are shown in the devtools console.
### PHP notices
- Create a new product. For its type chose 'Variable Product', create one attribute and two variations. Leave both variations price to 0.
- Create a new page with the All Products, Filter by Price and Filter by Attributes blocks.
- Save the page and visit it in the frontend.
- Using the Filter by Attributes block, filter the products by a specific attribute, making sure the Variable Product you created gets visible at some point.
- Go to the PHP logs of your site and verify there isn't any PHP warning in the logs related to the steps described above.
### Lazy Loading Atomic Components
- Test the All Products block and verify that editing element blocks (the inner blocks that can be added/re-positioned for the rendered grid) on the backend and the behavior of those blocks on the frontend work as expected. The All Products block should work with existing filter blocks as well.
@ -134,17 +126,17 @@ Filter Products by Attribute block: set Query Type: AND, Display Style: Dropdown
### Unify Chip styles
0. Ideally, set your theme background to something different from white so you can verify inputs are still legible.
1. Create a page with the All Products block and the Filter Products by Attribute block (set the attributes to Query Type: OR, Display Style: Dropdown) and Active Filters (Display Style: Chips).
2. Filter Products by Attribute:
2.1. Try adding new filters.
2.2. Verify chips have the correct styles.
2.3. Try removing them with the keyboard (backspace or <kbd>Del</kbd>).
2.4. Try removing them clicking on the chip name.
3. Active Filters:
3.1 Verify chips have the correct styles.
4. Catching regressions:
4.1. Verify there are no regression in the Filter Products by Attribute and the Active Filters blocks with other attribute combinations: verify everything is still working and there are no visual bugs.
* Ideally, set your theme background to something different from white so you can verify inputs are still legible.
* Create a page with the All Products block and the Filter Products by Attribute block (set the attributes to Query Type: OR, Display Style: Dropdown) and Active Filters (Display Style: Chips).
* Filter Products by Attribute:
* Try adding new filters.
* Verify chips have the correct styles.
* Try removing them with the keyboard (backspace or <kbd>Del</kbd>).
* Try removing them clicking on the chip name.
* Active Filters:
* Verify chips have the correct styles.
* Catching regressions:
* Verify there are no regression in the Filter Products by Attribute and the Active Filters blocks with other attribute combinations: verify everything is still working and there are no visual bugs.
***