Product Collection: Add comment for regression E2E tests (#48782)

* Add comment for regression E2E tests

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Manish Menaria 2024-06-26 11:03:11 +05:30 committed by GitHub
parent dfc40ff775
commit 9bdd6cc45b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -1174,6 +1174,7 @@ test.describe( 'Product Collection', () => {
} );
} );
// Tests for regressions of https://github.com/woocommerce/woocommerce/pull/47994
test.describe( 'Product Collection should be visible after Refresh', () => {
test( 'Product Collection should be visible after Refresh in a Template', async ( {
page,

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: This just adds a comment to the regression test to make it easier to reference in the future.