This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
WIP: Run E2E test suite on WordPress 6.4 #6859
Annotations
1 error, 5 warnings, and 1 notice
tests/e2e/tests/product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts#L72
1) [blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts:51:2 › woocommerce/product-gallery-thumbnails › Renders Product Gallery Thumbnails block on the editor and frontend side
Error: expect(received).toBeGreaterThan(expected)
Expected: > 1051.359375
Received: 862.421875
70 | await expect( thumbnailsBlock ).toBeVisible();
71 | // Check the default position: on the left of the large image
> 72 | await expect( thumbnailsBlockBoundingRect?.y ).toBeGreaterThan(
| ^
73 | largeImageBlockBoundingRect?.y as number
74 | );
75 | await expect( thumbnailsBlockBoundingRect?.x ).toBeLessThan(
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts:72:50
|
[blockThemeWithGlobalSideEffects] › product-collection/compatibility-layer.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › product-collection/compatibility-layer.block_theme.side_effects.spec.ts took 2.7m
|
[blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts took 1.4m
|
[blockThemeWithGlobalSideEffects] › on-sale-badge/on-sale-badge-single-product-template.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › on-sale-badge/on-sale-badge-single-product-template.block_theme.side_effects.spec.ts took 1.1m
|
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts took 54.2s
|
[blockThemeWithGlobalSideEffects] › checkout/order-confirmation.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › checkout/order-confirmation.block_theme.side_effects.spec.ts took 51.3s
|
1 flaky
[blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts:51:2 › woocommerce/product-gallery-thumbnails › Renders Product Gallery Thumbnails block on the editor and frontend side
15 skipped
57 passed (12.2m)
|
The logs for this run have expired and are no longer available.
Loading