Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Add Monorepo Merge Notice Workflow #7976

Add Monorepo Merge Notice Workflow

Add Monorepo Merge Notice Workflow #7976

Triggered via pull request December 9, 2023 04:07
Status Success
Total duration 18m 30s
Artifacts

playwright.yml

on: pull_request
Matrix: PlaywrightE2ETests
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 10 warnings, and 3 notices
[blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts:33:6 › Add to Cart with Options Block › can be added in the Post Editor only as inner block of the Single Product Block: tests/e2e/tests/add-to-cart-form/add-to-cart-form.block_theme.spec.ts#L1
1) [blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts:33:6 › Add to Cart with Options Block › can be added in the Post Editor only as inner block of the Single Product Block Test timeout of 90000ms exceeded.
[blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts:33:6 › Add to Cart with Options Block › can be added in the Post Editor only as inner block of the Single Product Block: tests/e2e/tests/add-to-cart-form/add-to-cart-form.block_theme.spec.ts#L42
1) [blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts:33:6 › Add to Cart with Options Block › can be added in the Post Editor only as inner block of the Single Product Block Error: page.waitForResponse: Page closed 40 | await admin.createNewPost( { legacyCanvas: true } ); 41 | await editor.insertBlock( { name: 'woocommerce/single-product' } ); > 42 | await page.waitForResponse( | ^ 43 | ( response ) => 44 | response.url().includes( 'wc/store/v1/products' ) && 45 | response.status() === 200 at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/add-to-cart-form/add-to-cart-form.block_theme.spec.ts:42:14
[blockTheme] › templates/cart-template.block_theme.spec.ts:102:6 › Test editing the cart template › Template can be modified: tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L121
2) [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
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts:58:6 › woocommerce/price-filter Block - with All products Block › should show only products that match the filter: tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts#L1
1) [blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts:58:6 › woocommerce/price-filter Block - with All products Block › should show only products that match the filter Test timeout of 90000ms exceeded.
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts:58:6 › woocommerce/price-filter Block - with All products Block › should show only products that match the filter: tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts#L69
1) [blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts:58:6 › woocommerce/price-filter Block - with All products Block › should show only products that match the filter Error: page.waitForResponse: Page closed 67 | await maxPriceInput.fill( '$10' ); 68 | await maxPriceInput.press( 'Tab' ); > 69 | await page.waitForResponse( ( response ) => | ^ 70 | response.url().includes( blockData.endpointAPI ) 71 | ); 72 | at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts:69:14
Slow Test: [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 1.9m
Slow Test: [blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 1.8m
Slow Test: [blockTheme] › checkout/checkout-block.merchant.block_theme.spec.ts#L1
[blockTheme] › checkout/checkout-block.merchant.block_theme.spec.ts took 1.6m
Slow Test: [blockTheme] › templates/cart-template.block_theme.spec.ts#L1
[blockTheme] › templates/cart-template.block_theme.spec.ts took 58.4s
Slow Test: [blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 27.9s
Slow Test: [blockThemeWithGlobalSideEffects] › product-collection/compatibility-layer.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › product-collection/compatibility-layer.block_theme.side_effects.spec.ts took 2.1m
Slow Test: [blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts took 1.9m
Slow Test: [blockThemeWithGlobalSideEffects] › product-gallery/product-gallery.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › product-gallery/product-gallery.block_theme.side_effects.spec.ts took 1.4m
Slow Test: [blockThemeWithGlobalSideEffects] › checkout/checkout-block.shopper.block_theme.side_effects.spec.ts#L1
[blockThemeWithGlobalSideEffects] › checkout/checkout-block.shopper.block_theme.side_effects.spec.ts took 1.0m
Slow Test: [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
🎭 Playwright Run Summary
3 passed (24.5s)
🎭 Playwright Run Summary
2 flaky [blockTheme] › add-to-cart-form/add-to-cart-form.block_theme.spec.ts:33:6 › Add to Cart with Options Block › can be added in the Post Editor only as inner block of the Single Product Block [blockTheme] › templates/cart-template.block_theme.spec.ts:102:6 › Test editing the cart template › Template can be modified 3 skipped 61 passed (9.3m)
🎭 Playwright Run Summary
1 flaky [blockThemeWithGlobalSideEffects] › price-filter/price-filter.block_theme.side_effects.spec.ts:58:6 › woocommerce/price-filter Block - with All products Block › should show only products that match the filter 16 skipped 69 passed (13.1m)