This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Enhance navigation with smooth scroll to specific elements #3541
Annotations
2 errors, 5 warnings, and 1 notice
tests/e2e-pw/tests/templates/cart-template.block_theme.spec.ts#L30
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:16:6 › Test the cart template › Template can be opened in the site editor
Error: Timed out 20000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for frameLocator('iframe').locator('button:has-text("Proceed to checkout")').first()
- waiting for frameLocator('iframe').locator('button:has-text("Proceed to checkout")').first()
28 | .locator( 'button:has-text("Proceed to checkout")' )
29 | .first()
> 30 | ).toBeVisible();
| ^
31 | } );
32 |
33 | test( 'Template can be modified', async ( {
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e-pw/tests/templates/cart-template.block_theme.spec.ts:30:5
|
tests/e2e-pw/tests/templates/checkout-template.block_theme.spec.ts#L30
2) [blockTheme] › templates/checkout-template.block_theme.spec.ts:16:6 › Test the checkout template › Template can be opened in the site editor
Error: Timed out 20000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for frameLocator('iframe').locator('button:has-text("Place order")').first()
- waiting for frameLocator('iframe').locator('button:has-text("Place order")').first()
28 | .locator( 'button:has-text("Place order")' )
29 | .first()
> 30 | ).toBeVisible();
| ^
31 | } );
32 |
33 | test( 'Template can be modified', async ( {
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e-pw/tests/templates/checkout-template.block_theme.spec.ts:30:5
|
[blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 2.7m
|
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts took 57.7s
|
[blockTheme] › templates/cart-template.block_theme.spec.ts#L1
[blockTheme] › templates/cart-template.block_theme.spec.ts took 47.1s
|
[blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 44.4s
|
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts took 30.8s
|
2 flaky
[blockTheme] › templates/cart-template.block_theme.spec.ts:16:6 › Test the cart template › Template can be opened in the site editor
[blockTheme] › templates/checkout-template.block_theme.spec.ts:16:6 › Test the checkout template › Template can be opened in the site editor
7 skipped
43 passed (7.8m)
|
The logs for this run have expired and are no longer available.
Loading