This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
WIP: Run E2E test suite on WordPress 6.4 #6859
Annotations
10 errors, 5 warnings, and 1 notice
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L1
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
Test timeout of 90000ms exceeded.
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L23
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
Error: frame.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('h1:has-text("Cart block")') to be visible
============================================================
21 | await editorUtils.enterEditMode();
22 | await editorUtils.closeWelcomeGuideModal();
> 23 | await editor.canvas.waitForSelector( 'h1:has-text("Cart block")' );
| ^
24 | await expect(
25 | editor.canvas.locator( 'h1:has-text("Cart block")' ).first()
26 | ).toBeVisible();
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:23:23
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L1
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L23
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: frame.waitForSelector: Page closed
=========================== logs ===========================
waiting for locator('h1:has-text("Cart block")') to be visible
============================================================
21 | await editorUtils.enterEditMode();
22 | await editorUtils.closeWelcomeGuideModal();
> 23 | await editor.canvas.waitForSelector( 'h1:has-text("Cart block")' );
| ^
24 | await expect(
25 | editor.canvas.locator( 'h1:has-text("Cart block")' ).first()
26 | ).toBeVisible();
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:23:23
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L1
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L23
1) [blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: frame.waitForSelector: Page closed
=========================== logs ===========================
waiting for locator('h1:has-text("Cart block")') to be visible
============================================================
21 | await editorUtils.enterEditMode();
22 | await editorUtils.closeWelcomeGuideModal();
> 23 | await editor.canvas.waitForSelector( 'h1:has-text("Cart block")' );
| ^
24 | await expect(
25 | editor.canvas.locator( 'h1:has-text("Cart block")' ).first()
26 | ).toBeVisible();
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:23:23
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L1
2) [blockTheme] › templates/cart-template.block_theme.spec.ts:62:6 › Test the cart template › Admin bar edit site link opens site editor
Test timeout of 90000ms exceeded.
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L72
2) [blockTheme] › templates/cart-template.block_theme.spec.ts:62:6 › Test the cart template › Admin bar edit site link opens site editor
Error: frame.waitForSelector: Page closed
=========================== logs ===========================
waiting for locator('h1:has-text("Cart block")') to be visible
============================================================
70 | await editorUtils.closeWelcomeGuideModal();
71 | await editorUtils.waitForSiteEditorFinishLoading();
> 72 | await editor.canvas.waitForSelector( 'h1:has-text("Cart block")' );
| ^
73 | await expect(
74 | editor.canvas.locator( 'h1:has-text("Cart block")' ).first()
75 | ).toBeVisible();
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:72:23
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L1
2) [blockTheme] › templates/cart-template.block_theme.spec.ts:62:6 › Test the cart template › Admin bar edit site link opens site editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
tests/e2e/tests/templates/cart-template.block_theme.spec.ts#L72
2) [blockTheme] › templates/cart-template.block_theme.spec.ts:62:6 › Test the cart template › Admin bar edit site link opens site editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: frame.waitForSelector: Page closed
=========================== logs ===========================
waiting for locator('h1:has-text("Cart block")') to be visible
============================================================
70 | await editorUtils.closeWelcomeGuideModal();
71 | await editorUtils.waitForSiteEditorFinishLoading();
> 72 | await editor.canvas.waitForSelector( 'h1:has-text("Cart block")' );
| ^
73 | await expect(
74 | editor.canvas.locator( 'h1:has-text("Cart block")' ).first()
75 | ).toBeVisible();
at /home/runner/work/woocommerce-blocks/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts:72:23
|
[blockTheme] › templates/cart-template.block_theme.spec.ts#L1
[blockTheme] › templates/cart-template.block_theme.spec.ts took 10.0m
|
[blockTheme] › product-collection/product-collection.block_theme.spec.ts#L1
[blockTheme] › product-collection/product-collection.block_theme.spec.ts took 3.1m
|
[blockTheme] › templates/order-confirmation.block_theme.spec.ts#L1
[blockTheme] › templates/order-confirmation.block_theme.spec.ts took 2.0m
|
[blockTheme] › templates/checkout-template.block_theme.spec.ts#L1
[blockTheme] › templates/checkout-template.block_theme.spec.ts took 48.6s
|
[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.8s
|
2 failed
[blockTheme] › templates/cart-template.block_theme.spec.ts:11:6 › Test the cart template › Template can be opened in the site editor
[blockTheme] › templates/cart-template.block_theme.spec.ts:62:6 › Test the cart template › Admin bar edit site link opens site editor
2 flaky
[blockTheme] › templates/cart-template.block_theme.spec.ts:115:6 › Test editing the cart template › Template can be modified
[blockTheme] › templates/order-confirmation.block_theme.spec.ts:89:2 › Test the order confirmation template › Template can be modified
3 skipped
45 passed (20.0m)
|
The logs for this run have expired and are no longer available.
Loading