From 0d983d469aa286538c82cbd31f4ad8d0766a6fd8 Mon Sep 17 00:00:00 2001 From: Niels Lange Date: Tue, 15 Aug 2023 11:49:08 +0200 Subject: [PATCH] Add #10200 to the testing notes --- .../testing/releases/1090.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/internal-developers/testing/releases/1090.md b/docs/internal-developers/testing/releases/1090.md index 58967da40e9..381996d1712 100644 --- a/docs/internal-developers/testing/releases/1090.md +++ b/docs/internal-developers/testing/releases/1090.md @@ -139,6 +139,34 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. 15. Ensure that the counter inside the button is updated with a smoother animation. 16. Ensure that there isn't any regression. +#### Interactivity API: Update interactive regions during client-side navigation [#10200](https://github.com/woocommerce/woocommerce-blocks/pull/10200) + +1. Ensure that you are using the Blockified Product Catalog Template. If not, enable it. +2. Open the Site Editor and go to the Product Catalog Template. +3. In order to make pagination more noticeable, in the Product query block, disable the inherited query settings and manually modify the block markup to set the `perPage` prop inside the `query` attribute to `1`. +4. Visit the Product Catalog (`/shop`). +5. Click on any link inside the Pagination block. +6. Via dev tools, ensure that only the HTML inside the Query block is updated. +7. Navigate back and forward. +8. Via dev tools, ensure that only the HTML inside the Query block is updated. +9. Click on any link outside the Pagination block +10. Ensure that the browser navigates to the selected link. + +##### Screenshots + + + + + + +
Before: +

+ +
After: +

+ +
+ ### Bug Fixes #### Fix Express Payments buttons display in the Cart block. [#10534](https://github.com/woocommerce/woocommerce-blocks/pull/10534)