Smoke test daily #294
Annotations
10 errors, 7 warnings, and 1 notice
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L95
1) [Chrome] › merchant/create-cart-block.spec.js:16:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Transformed cart Page a6cfd167 is now live.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText('Transformed cart Page a6cfd167 is now live.')
at ../utils/editor.js:95
93 | await expect(
94 | page.getByText( `${ pageTitle } is now live.` )
> 95 | ).toBeVisible();
| ^
96 | };
97 |
98 | module.exports = {
at publishPage (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:95:4)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js:25:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L95
1) [Chrome] › merchant/create-cart-block.spec.js:16:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Transformed cart Page 7ec83f83 is now live.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText('Transformed cart Page 7ec83f83 is now live.')
at ../utils/editor.js:95
93 | await expect(
94 | page.getByText( `${ pageTitle } is now live.` )
> 95 | ).toBeVisible();
| ^
96 | };
97 |
98 | module.exports = {
at publishPage (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:95:4)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js:25:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L95
1) [Chrome] › merchant/create-cart-block.spec.js:16:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Transformed cart Page 0424ffe8 is now live.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText('Transformed cart Page 0424ffe8 is now live.')
at ../utils/editor.js:95
93 | await expect(
94 | page.getByText( `${ pageTitle } is now live.` )
> 95 | ).toBeVisible();
| ^
96 | };
97 |
98 | module.exports = {
at publishPage (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:95:4)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js:25:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L511
2) [Chrome] › merchant/create-shipping-zones.spec.js:507:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Local pickup if on Mayne Island
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
509 | } ) => {
510 | await page.goto( 'cart/' );
> 511 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
512 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
513 | await page.locator( '#calc_shipping_state' ).selectOption( 'BC' );
514 | await page.locator( '#calc_shipping_postcode' ).fill( maynePostal );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:511:56
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L511
2) [Chrome] › merchant/create-shipping-zones.spec.js:507:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Local pickup if on Mayne Island
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
509 | } ) => {
510 | await page.goto( 'cart/' );
> 511 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
512 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
513 | await page.locator( '#calc_shipping_state' ).selectOption( 'BC' );
514 | await page.locator( '#calc_shipping_postcode' ).fill( maynePostal );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:511:56
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L511
2) [Chrome] › merchant/create-shipping-zones.spec.js:507:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Local pickup if on Mayne Island
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
509 | } ) => {
510 | await page.goto( 'cart/' );
> 511 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
512 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
513 | await page.locator( '#calc_shipping_state' ).selectOption( 'BC' );
514 | await page.locator( '#calc_shipping_postcode' ).fill( maynePostal );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:511:56
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L533
3) [Chrome] › merchant/create-shipping-zones.spec.js:528:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Free shipping if in BC
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
531 | await page.goto( 'cart/' );
532 |
> 533 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
534 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
535 | await page.locator( '#calc_shipping_state' ).selectOption( 'BC' );
536 | await page.locator( 'button[name=calc_shipping]' ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:533:56
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L533
3) [Chrome] › merchant/create-shipping-zones.spec.js:528:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Free shipping if in BC
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
531 | await page.goto( 'cart/' );
532 |
> 533 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
534 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
535 | await page.locator( '#calc_shipping_state' ).selectOption( 'BC' );
536 | await page.locator( 'button[name=calc_shipping]' ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:533:56
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L533
3) [Chrome] › merchant/create-shipping-zones.spec.js:528:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Free shipping if in BC
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
531 | await page.goto( 'cart/' );
532 |
> 533 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
534 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
535 | await page.locator( '#calc_shipping_state' ).selectOption( 'BC' );
536 | await page.locator( 'button[name=calc_shipping]' ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:533:56
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js#L554
4) [Chrome] › merchant/create-shipping-zones.spec.js:549:2 › Verifies shipping options from customer perspective › allows customer to pay for a Flat rate shipping method
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('a.shipping-calculator-button')
552 | await page.goto( 'cart/' );
553 |
> 554 | await page.locator( 'a.shipping-calculator-button' ).click();
| ^
555 | await page.locator( '#calc_shipping_country' ).selectOption( 'CA' );
556 | await page.locator( '#calc_shipping_state' ).selectOption( 'AB' );
557 | await page.locator( '#calc_shipping_postcode' ).fill( 'T2T 1B3' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-shipping-zones.spec.js:554:56
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/color-picker.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/color-picker.spec.js took 5.2m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/create-shipping-zones.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/create-shipping-zones.spec.js took 4.2m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/logo-picker/logo-picker.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/logo-picker/logo-picker.spec.js took 1.7m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/product-create-simple.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/product-create-simple.spec.js took 1.5m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/create-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/create-restricted-coupons.spec.js took 1.5m
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "api-daily--run-294", "k6-daily-update-site--run-294", "plugin-blocks", "Smoke tests on trunk with Gutenberg - Nightly plugin installed (run 294)", "Smoke tests on trunk with Gutenberg plugin installed (run 294)", "Smoke tests on trunk with WooCommerce PayPal Payments plugin installed (run 294)", "Smoke tests on trunk with WooCommerce Shipping & Tax plugin installed (run 294)", "Smoke tests on trunk with WooPayments plugin installed (run 294)".
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/
|
Run the rest of E2E tests
5 failed
[Chrome] › merchant/create-cart-block.spec.js:16:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
[Chrome] › merchant/create-shipping-zones.spec.js:507:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Local pickup if on Mayne Island
[Chrome] › merchant/create-shipping-zones.spec.js:528:2 › Verifies shipping options from customer perspective › allows customer to benefit from a free Free shipping if in BC
[Chrome] › merchant/create-shipping-zones.spec.js:549:2 › Verifies shipping options from customer perspective › allows customer to pay for a Flat rate shipping method
[Chrome] › merchant/product-create-simple.spec.js:67:2 › can create a simple virtual product ───
2 skipped
200 did not run
216 passed (33.8m)
|
The logs for this run have expired and are no longer available.
Loading