Product Gallery block: Fix e2e tests for Thumbnails block (#43060)
* Fix e2e tests for thumbnails change * Add changelog
This commit is contained in:
parent
f34bb52f9e
commit
bffe12b945
|
@ -136,9 +136,7 @@ test.describe( `${ blockData.name }`, () => {
|
|||
expect( visibleLargeImageId ).toBe( firstImageThumbnailId );
|
||||
} );
|
||||
|
||||
// @todo: Fix this test. It's failing because the thumbnail images aren't generated correctly when the products are imported via .xml: https://github.com/woocommerce/woocommerce/issues/31646
|
||||
// eslint-disable-next-line playwright/no-skipped-test
|
||||
test.skip( 'should change the image when the user click on a thumbnail image', async ( {
|
||||
test( 'should change the image when the user click on a thumbnail image', async ( {
|
||||
page,
|
||||
editorUtils,
|
||||
pageObject,
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Update e2e tests for Product Gallery Thumbnails block
|
||||
|
||||
|
Loading…
Reference in New Issue