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

Commit

Permalink
Add #10200 to the testing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Aug 16, 2023
1 parent babdc7a commit 36c9ed1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/internal-developers/testing/releases/1090.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<table>
<tr>
<td valign="top">Before:
<br><br>
<video src="https://github.com/woocommerce/woocommerce-blocks/assets/6917969/8ec402c1-a723-4e80-a76c-9e9987192a5f"></video>
</td>
<td valign="top">After:
<br><br>
<video src="https://github.com/woocommerce/woocommerce-blocks/assets/6917969/ebf388ba-c3d7-4f5a-89f7-43a26a041f66"></video>
</td>
</tr>
</table>

### Bug Fixes

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

0 comments on commit 36c9ed1

Please sign in to comment.