This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Update product category controls to use typescript #7879
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L121
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:102: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()
119 | await expect(
120 | page.getByText( 'Hello World in the template' ).first()
> 121 | ).toBeVisible();
| ^
122 | } );
123 | } );
124 |
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:121: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 58.3s
|
Run Playwright tests:
[blockTheme] › checkout/checkout-block.merchant.block_theme.spec.ts#L1
[blockTheme] › checkout/checkout-block.merchant.block_theme.spec.ts took 48.3s
|
Run Playwright tests:
[blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 27.6s
|
Run Playwright tests:
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts#L1
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts took 24.9s
|
Run Playwright tests
1 flaky
[blockTheme] › templates/cart-template.block_theme.spec.ts:102:6 › Test editing the cart template › Template can be modified
3 skipped
56 passed (6.8m)
|
The logs for this run have expired and are no longer available.
Loading