This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Bump classnames and @types/classnames #6714
Annotations
5 errors, 5 warnings, and 1 notice
Run Playwright tests:
tests/e2e/tests/checkout/checkout.page.ts#L98
1) [blockThemeWithGlobalSideEffects] › checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:30:2 › Shopper → Checkout block → Shipping › Shopper can choose free shipping, flat rate shipping, and can have different billing and shipping addresses
Error: Timed out 20000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for locator('.woocommerce-column--billing-address').getByText('John')
at checkout/checkout.page.ts:98
96 | await expect(
97 | addressContainer.getByText( customerAddressDetails.firstname )
> 98 | ).toBeVisible();
| ^
99 | await expect(
100 | addressContainer.getByText( customerAddressDetails.lastname )
101 | ).toBeVisible();
at CheckoutPage.verifyAddressDetails (/home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/checkout/checkout.page.ts:98:5)
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:47:20
|
Run Playwright tests:
tests/e2e/tests/checkout/checkout.page.ts#L98
1) [blockThemeWithGlobalSideEffects] › checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:30:2 › Shopper → Checkout block → Shipping › Shopper can choose free shipping, flat rate shipping, and can have different billing and shipping addresses
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for locator('.woocommerce-column--billing-address').getByText('John')
at checkout/checkout.page.ts:98
96 | await expect(
97 | addressContainer.getByText( customerAddressDetails.firstname )
> 98 | ).toBeVisible();
| ^
99 | await expect(
100 | addressContainer.getByText( customerAddressDetails.lastname )
101 | ).toBeVisible();
at CheckoutPage.verifyAddressDetails (/home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/checkout/checkout.page.ts:98:5)
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:47:20
|
Run Playwright tests:
tests/e2e/tests/checkout/checkout.page.ts#L98
1) [blockThemeWithGlobalSideEffects] › checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:30:2 › Shopper → Checkout block → Shipping › Shopper can choose free shipping, flat rate shipping, and can have different billing and shipping addresses
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for locator('.woocommerce-column--billing-address').getByText('John')
at checkout/checkout.page.ts:98
96 | await expect(
97 | addressContainer.getByText( customerAddressDetails.firstname )
> 98 | ).toBeVisible();
| ^
99 | await expect(
100 | addressContainer.getByText( customerAddressDetails.lastname )
101 | ).toBeVisible();
at CheckoutPage.verifyAddressDetails (/home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/checkout/checkout.page.ts:98:5)
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:47:20
|
Run Playwright tests:
tests/e2e/tests/product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts#L72
2) [blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts:51:2 › woocommerce/product-gallery-thumbnails › Renders Product Gallery Thumbnails block on the editor and frontend side
Error: expect(received).toBeGreaterThan(expected)
Expected: > 1051.359375
Received: 862.421875
70 | await expect( thumbnailsBlock ).toBeVisible();
71 | // Check the default position: on the left of the large image
> 72 | await expect( thumbnailsBlockBoundingRect?.y ).toBeGreaterThan(
| ^
73 | largeImageBlockBoundingRect?.y as number
74 | );
75 | await expect( thumbnailsBlockBoundingRect?.x ).toBeLessThan(
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts:72:50
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[blockThemeWithGlobalSideEffects] › product-collection/compatibility-layer.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › product-collection/compatibility-layer.block_theme.side_effects.spec.ts took 1.8m
|
Run Playwright tests:
[blockThemeWithGlobalSideEffects] › checkout/checkout-block-shipping.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › checkout/checkout-block-shipping.block_theme.side_effects.spec.ts took 1.3m
|
Run Playwright tests:
[blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts took 1.0m
|
Run Playwright tests:
[blockThemeWithGlobalSideEffects] › on-sale-badge/on-sale-badge-single-product-template.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › on-sale-badge/on-sale-badge-single-product-template.block_theme.side_effects.spec.ts took 46.7s
|
Run Playwright tests:
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › products/products.block_theme.side_effects.spec.ts took 38.0s
|
Run Playwright tests
1 failed
[blockThemeWithGlobalSideEffects] › checkout/checkout-block-shipping.block_theme.side_effects.spec.ts:30:2 › Shopper → Checkout block → Shipping › Shopper can choose free shipping, flat rate shipping, and can have different billing and shipping addresses
1 flaky
[blockThemeWithGlobalSideEffects] › product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.side_effects.spec.ts:51:2 › woocommerce/product-gallery-thumbnails › Renders Product Gallery Thumbnails block on the editor and frontend side
15 skipped
56 passed (9.7m)
|
The logs for this run have expired and are no longer available.
Loading