This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Update extensibility doc #7567
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L112
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:94: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()
110 | await expect(
111 | page.getByText( 'Hello World in the template' ).first()
> 112 | ).toBeVisible();
| ^
113 | } );
114 | } );
115 |
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:112:5
|
Run Playwright tests:
[blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 1.8m
|
Run Playwright tests:
[blockTheme] › templates/cart-template.block_theme.spec.ts#L1
[blockTheme] › templates/cart-template.block_theme.spec.ts took 1.2m
|
Run Playwright tests:
[blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 39.4s
|
Run Playwright tests:
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts#L1
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts took 25.2s
|
Run Playwright tests:
[blockTheme] › checkout/checkout-block.merchant.block_theme.spec.ts#L1
[blockTheme] › checkout/checkout-block.merchant.block_theme.spec.ts took 25.1s
|
Run Playwright tests
1 flaky
[blockTheme] › templates/cart-template.block_theme.spec.ts:94:6 › Test editing the cart template › Template can be modified
3 skipped
52 passed (6.7m)
|
The logs for this run have expired and are no longer available.
Loading