Smoke test daily #244
Annotations
1 error, 6 warnings, and 2 notices
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-block.spec.js#L791
1) [Chrome] › shopper/checkout-block.spec.js:700:2 › Checkout Block page › allows existing customer to place an order
Error: Timed out 20000ms waiting for expect(locator).toContainText(expected)
Locator: locator('h2.woocommerce-order-data__heading')
Expected string: "Order #354 details"
Received string: ""
Call log:
- expect.toContainText with timeout 20000ms
- waiting for locator('h2.woocommerce-order-data__heading')
789 | await expect(
790 | page.locator( 'h2.woocommerce-order-data__heading' )
> 791 | ).toContainText( `Order #${ customerOrderId } details` );
| ^
792 | await expect( page.locator( '.wc-order-item-name' ) ).toContainText(
793 | simpleProductName
794 | );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-block.spec.js:791:5
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.5m
|
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 58.4s
|
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 57.0s
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › admin-analytics/analytics-data.spec.js#L1
plugins/woocommerce/[Chrome] › admin-analytics/analytics-data.spec.js took 56.8s
|
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.9s)
|
Run the rest of E2E tests
1 flaky
[Chrome] › shopper/checkout-block.spec.js:700:2 › Checkout Block page › allows existing customer to place an order
313 passed (27.4m)
|
The logs for this run have expired and are no longer available.
Loading