Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0d983d4

Browse files
committed
Add #10200 to the testing notes
1 parent eb541bf commit 0d983d4

File tree

1 file changed

+28
-0
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+28
-0
lines changed

docs/internal-developers/testing/releases/1090.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,34 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
139139
15. Ensure that the counter inside the button is updated with a smoother animation.
140140
16. Ensure that there isn't any regression.
141141

142+
#### Interactivity API: Update interactive regions during client-side navigation [#10200](https://github.com/woocommerce/woocommerce-blocks/pull/10200)
143+
144+
1. Ensure that you are using the Blockified Product Catalog Template. If not, enable it.
145+
2. Open the Site Editor and go to the Product Catalog Template.
146+
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`.
147+
4. Visit the Product Catalog (`/shop`).
148+
5. Click on any link inside the Pagination block.
149+
6. Via dev tools, ensure that only the HTML inside the Query block is updated.
150+
7. Navigate back and forward.
151+
8. Via dev tools, ensure that only the HTML inside the Query block is updated.
152+
9. Click on any link outside the Pagination block
153+
10. Ensure that the browser navigates to the selected link.
154+
155+
##### Screenshots
156+
157+
<table>
158+
<tr>
159+
<td valign="top">Before:
160+
<br><br>
161+
<video src="https://github.com/woocommerce/woocommerce-blocks/assets/6917969/8ec402c1-a723-4e80-a76c-9e9987192a5f"></video>
162+
</td>
163+
<td valign="top">After:
164+
<br><br>
165+
<video src="https://github.com/woocommerce/woocommerce-blocks/assets/6917969/ebf388ba-c3d7-4f5a-89f7-43a26a041f66"></video>
166+
</td>
167+
</tr>
168+
</table>
169+
142170
### Bug Fixes
143171

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

0 commit comments

Comments
 (0)