Smoke test daily #586
Annotations
7 errors, 7 warnings, and 1 notice
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js#L291
1) [Chrome] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Update', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByRole('button', { name: 'Update', exact: true })
289 | await expect(
290 | page.getByRole( 'button', { name: 'Update', exact: true } )
> 291 | ).toBeVisible();
| ^
292 |
293 | // go to created page with products showcase
294 | await page.goto( 'product-showcase' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js:291:5
|
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js#L291
1) [Chrome] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Update', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByRole('button', { name: 'Update', exact: true })
289 | await expect(
290 | page.getByRole( 'button', { name: 'Update', exact: true } )
> 291 | ).toBeVisible();
| ^
292 |
293 | // go to created page with products showcase
294 | await page.goto( 'product-showcase' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js:291:5
|
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js#L291
1) [Chrome] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Update', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByRole('button', { name: 'Update', exact: true })
289 | await expect(
290 | page.getByRole( 'button', { name: 'Update', exact: true } )
> 291 | ).toBeVisible();
| ^
292 |
293 | // go to created page with products showcase
294 | await page.goto( 'product-showcase' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js:291:5
|
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L53
2) [Chrome] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByLabel('Add block')
at ../utils/editor.js:53
51 | // Click the title to activate the block inserter.
52 | await canvas.getByRole( 'textbox', { name: 'Add title' } ).click();
> 53 | await canvas.getByLabel( 'Add block' ).click();
| ^
54 | await page.getByPlaceholder( 'Search', { exact: true } ).fill( blockName );
55 | await page.getByRole( 'option', { name: blockName, exact: true } ).click();
56 | };
at insertBlock (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:53:41)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/shop-products-filter-by-price.spec.js:70:3
|
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L53
2) [Chrome] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByLabel('Add block')
at ../utils/editor.js:53
51 | // Click the title to activate the block inserter.
52 | await canvas.getByRole( 'textbox', { name: 'Add title' } ).click();
> 53 | await canvas.getByLabel( 'Add block' ).click();
| ^
54 | await page.getByPlaceholder( 'Search', { exact: true } ).fill( blockName );
55 | await page.getByRole( 'option', { name: blockName, exact: true } ).click();
56 | };
at insertBlock (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:53:41)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/shop-products-filter-by-price.spec.js:70:3
|
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L53
2) [Chrome] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByLabel('Add block')
at ../utils/editor.js:53
51 | // Click the title to activate the block inserter.
52 | await canvas.getByRole( 'textbox', { name: 'Add title' } ).click();
> 53 | await canvas.getByLabel( 'Add block' ).click();
| ^
54 | await page.getByPlaceholder( 'Search', { exact: true } ).fill( blockName );
55 | await page.getByRole( 'option', { name: blockName, exact: true } ).click();
56 | };
at insertBlock (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:53:41)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/shop-products-filter-by-price.spec.js:70:3
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
plugins/woocommerce/[Chrome] › shopper/product-tags-attributes.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/product-tags-attributes.spec.js took 1.4m
|
plugins/woocommerce/[Chrome] › shopper/shop-products-filter-by-price.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/shop-products-filter-by-price.spec.js took 1.2m
|
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 47.1s
|
plugins/woocommerce/[Chrome] › shopper/checkout-block-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block-coupons.spec.js took 42.1s
|
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 35.5s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "api-daily--run-586", "k6-daily-update-site--run-586", "plugin-blocks", "Smoke tests on trunk with Gutenberg - Nightly plugin installed (run 586)", "Smoke tests on trunk with Gutenberg plugin installed (run 586)", "Smoke tests on trunk with WooCommerce PayPal Payments plugin installed (run 586)", "Smoke tests on trunk with WooCommerce Shipping & Tax plugin installed (run 586)", "Smoke tests on trunk with WooPayments plugin installed (run 586)".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
2 failed
[Chrome] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
[Chrome] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
5 skipped
76 passed (7.8m)
|
This job failed
Loading