Add some improvements to the testing notes

This commit is contained in:
Alexandre Lara 2023-04-25 15:25:11 -03:00
parent 54059baf00
commit 0dac78f781
1 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
3. In the frontend apply stock status filters: "In stock", "Out of Stock" and/or "On backorder"
4. Refresh the page if it hasn't refreshed itself
5. Expected: The order of the options stays the same before the refresh and after the refresh
### fix/8129: remove rounding the caused issue with UI ([#9118](https://github.com/woocommerce/woocommerce-blocks/pull/9118))
@ -69,6 +70,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
3. Add a Filter by Price block
4. Save and see go to frontend
5. Move the thumbs slowly
6. Expected: Thumb is in synced position with the slider
### add cursor:pointer to checkbox and radio fields ([#9102](https://github.com/woocommerce/woocommerce-blocks/pull/9102))
@ -81,7 +83,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
1. Set your theme to a dark style (ie TT3 with Pilgrimage styling).
2. Go to the Cart block page on mobile.
3. Verify the sticky footer background match the body background color.
3. Verify the sticky footer background (available on a mobile view) match the body background color.
### decodeEntities for display in checkout TextInput ([#9117](https://github.com/woocommerce/woocommerce-blocks/pull/9117))