Smoke test daily #224
Annotations
1 error, 6 warnings, and 2 notices
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout.spec.js#L526
1) [Chrome] › shopper/checkout.spec.js:450:2 › Checkout page › allows existing customer to place order
Error: Timed out 20000ms waiting for expect(locator).toContainText(expected)
Locator: locator('h2.woocommerce-order-data__heading')
Expected string: "Order #362 details"
Received string: ""
Call log:
- expect.toContainText with timeout 20000ms
- waiting for locator('h2.woocommerce-order-data__heading')
524 | await expect(
525 | page.locator( 'h2.woocommerce-order-data__heading' )
> 526 | ).toContainText( `Order #${ customerOrderId } details` );
| ^
527 | await expect( page.locator( '.wc-order-item-name' ) ).toContainText(
528 | simpleProductName
529 | );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout.spec.js:526:5
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › shopper/checkout.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout.spec.js took 1.1m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 1.0m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/order-search.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-search.spec.js took 1.0m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 59.6s
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 58.1s
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, google/wireit@f3a3c79c553122e2fe5829eeac7d815326502903, 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/.
|
Run 'Upload plugin' test
1 passed (24.4s)
|
Run the rest of E2E tests
1 flaky
[Chrome] › shopper/checkout.spec.js:450:2 › Checkout page › allows existing customer to place order
313 passed (27.7m)
|
The logs for this run have expired and are no longer available.
Loading