This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Migration of Product Collection and Product Button blocks to the new store()
API
#7212
Annotations
1 error, 5 warnings, and 1 notice
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L115
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:97:6 › Test editing the cart template › Template can be modified
Error: Timed out 20000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText('Hello World in the template').first()
113 | await expect(
114 | page.getByText( 'Hello World in the template' ).first()
> 115 | ).toBeVisible();
| ^
116 | } );
117 | } );
118 |
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:115:5
|
[blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 1.6m
|
[blockTheme] › templates/cart-template.block_theme.spec.ts#L1
[blockTheme] › templates/cart-template.block_theme.spec.ts took 53.2s
|
[blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 26.3s
|
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts#L1
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts took 19.5s
|
[blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts#L1
[blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts took 19.4s
|
|
The logs for this run have expired and are no longer available.
Loading