This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Fix TT4 mobile styling for cart and notes field on checkout #6989
Annotations
2 errors, 5 warnings, and 1 notice
tests/e2e/tests/product-collection/product-collection.page.ts#L121
1) [blockTheme] › product-collection/product-collection.block_theme.spec.ts:237:4 › Product Collection › Product Collection Sidebar Settings › Inherit query from template › Inherit query from template should work as expected in Product Catalog template
Error: frame.click: Frame was detached
=========================== logs ===========================
waiting for locator('body')
locator resolved to <body tabindex="0" contenteditable="false" class="bloc…>…</body>
attempting click action
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
at product-collection/product-collection.page.ts:121
119 | } );
120 |
> 121 | await this.editor.canvas.click( 'body' );
| ^
122 |
123 | await this.editor.insertBlock( block );
124 | await this.editor.openDocumentSettingsSidebar();
at ProductCollectionPage.goToProductCatalogAndInsertBlock (/home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.page.ts:121:28)
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.block_theme.spec.ts:240:5
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L115
2) [blockTheme] › templates/cart-template.block_theme.spec.ts:97: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()
113 | await expect(
114 | page.getByText( 'Hello World in the template' ).first()
> 115 | ).toBeVisible();
| ^
116 | } );
117 | } );
118 |
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:115:5
|
[blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 3.3m
|
[blockTheme] › templates/cart-template.block_theme.spec.ts#L1
[blockTheme] › templates/cart-template.block_theme.spec.ts took 1.4m
|
[blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 47.5s
|
[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 36.1s
|
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts#L1
[blockTheme] › cart/cart-block.merchant.block_theme.spec.ts took 34.4s
|
2 flaky
[blockTheme] › product-collection/product-collection.block_theme.spec.ts:237:4 › Product Collection › Product Collection Sidebar Settings › Inherit query from template › Inherit query from template should work as expected in Product Catalog template
[blockTheme] › templates/cart-template.block_theme.spec.ts:97:6 › Test editing the cart template › Template can be modified
3 skipped
47 passed (9.3m)
|
The logs for this run have expired and are no longer available.
Loading