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:
parent
dfc40ff775
commit
9bdd6cc45b
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
Loading…
Reference in New Issue