Smoke test daily #238
Annotations
1 error, 6 warnings, and 2 notices
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout.spec.js#L433
1) [Chrome] › shopper/checkout.spec.js:300:2 › Checkout page › allows guest customer to place an order › Confirm order details on the backend (as a merchant)
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Order #361 details' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByRole('heading', { name: 'Order #361 details' })
431 | name: `Order #${ guestOrderId } details`,
432 | } )
> 433 | ).toBeVisible();
| ^
434 | await expect( page.locator( '.wc-order-item-name' ) ).toContainText(
435 | simpleProductName
436 | );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout.spec.js:433:6
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout.spec.js:418:3
|
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 58.5s
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 57.2s
|
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.5s)
|
Run the rest of E2E tests
1 flaky
[Chrome] › shopper/checkout.spec.js:300:2 › Checkout page › allows guest customer to place an order
313 passed (28.2m)
|
The logs for this run have expired and are no longer available.
Loading