From 0dac78f7819cbff749f9a08e0469a05c3645c1c4 Mon Sep 17 00:00:00 2001 From: Alexandre Lara Date: Tue, 25 Apr 2023 15:25:11 -0300 Subject: [PATCH] Add some improvements to the testing notes --- .../docs/internal-developers/testing/releases/1010.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1010.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1010.md index aec1fc9895d..47f09661260 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1010.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1010.md @@ -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))