This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Experiment: Simple price filter block using the Interactivity API #4305
Annotations
1 error, 5 warnings, and 1 notice
tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts#L143
1) [blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts:133:6 › woocommerce/price-filter Block - with PHP classic template › should show all products
Error: expect(received).toHaveLength(expected)
Expected length: 16
Received length: 0
Received array: []
141 | .all();
142 |
> 143 | expect( products ).toHaveLength( 16 );
| ^
144 | } );
145 |
146 | // eslint-disable-next-line playwright/no-skipped-test
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts:143:22
|
[blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 3.1m
|
[blockTheme] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.spec.ts#L1
[blockTheme] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.spec.ts took 1.7m
|
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts took 1.3m
|
[blockTheme] › cart-checkout/cart-block.merchant.block_theme.spec.ts#L1
[blockTheme] › cart-checkout/cart-block.merchant.block_theme.spec.ts took 58.1s
|
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts took 53.9s
|
|
The logs for this run have expired and are no longer available.
Loading