- Go to Settings > Discussion and set the option Break comments into pages with to 5.
- Add 6 comments to a post.
- Verify the aria-label of #comment-nav-below has text.
Fix missing icons #1588
This PR fixes multiple bugs:
- Verify stars in rated products are correctly displayed in PHP-based grid blocks (ie: Products by Category), All Products block and Review blocks.

- Force WC to show an error, you can do that in the Checkout block submitting the form with an empty address.
- Verify the icon in the notice is displayed.

- Rename your
/wp-content/plugins/
folder to /wp-content/modules/
.
- Add these lines to
wp-config.php
:
define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/wp-content/modules' );
define( 'WP_PLUGIN_URL', 'https://{yoursite.com}/wp-content/modules' );
- Verify icons are displayed across the store.