Product Gallery block: Fix e2e tests for Thumbnails block (#43060)

* Fix e2e tests for thumbnails change

* Add changelog
This commit is contained in:
Alexandre Lara 2024-01-04 10:38:32 -03:00 committed by GitHub
parent f34bb52f9e
commit bffe12b945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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,

View File

@ -0,0 +1,5 @@
Significance: patch
Type: tweak
Comment: Update e2e tests for Product Gallery Thumbnails block