Smoke test daily #399
Annotations
3 errors, 7 warnings, and 1 notice
plugins/woocommerce/tests/e2e-pw/utils/simple-products.js#L78
1) [Chrome] › merchant/products/block-editor/enable-block-product-editor.spec.js:52:3 › Enable block product editor › Enabled › can enable the block product editor
Error: Timed out 20000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.woocommerce-product-header__inner h1')
Expected string: "Add new product"
Received string: ""
Call log:
- expect.toContainText with timeout 20000ms
- waiting for locator('.woocommerce-product-header__inner h1')
at ../utils/simple-products.js:78
76 | await expect(
77 | page.locator( '.woocommerce-product-header__inner h1' )
> 78 | ).toContainText( 'Add new product' );
| ^
79 | }
80 |
81 | /**
at expectBlockProductEditor (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/simple-products.js:78:4)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/enable-block-product-editor.spec.js:55:10
|
plugins/woocommerce/tests/e2e-pw/utils/simple-products.js#L78
1) [Chrome] › merchant/products/block-editor/enable-block-product-editor.spec.js:52:3 › Enable block product editor › Enabled › can enable the block product editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.woocommerce-product-header__inner h1')
Expected string: "Add new product"
Received string: ""
Call log:
- expect.toContainText with timeout 20000ms
- waiting for locator('.woocommerce-product-header__inner h1')
at ../utils/simple-products.js:78
76 | await expect(
77 | page.locator( '.woocommerce-product-header__inner h1' )
> 78 | ).toContainText( 'Add new product' );
| ^
79 | }
80 |
81 | /**
at expectBlockProductEditor (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/simple-products.js:78:4)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/enable-block-product-editor.spec.js:55:10
|
plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-calculate-tax.spec.js#L164
2) [Chrome] › shopper/cart-checkout-calculate-tax.spec.js:116:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly › Load cart page and confirm price display
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('cell', { name: '$250.00 (includes $50.00 Nasty Tax)' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByRole('cell', { name: '$250.00 (includes $50.00 Nasty Tax)' })
162 | name: '$250.00 (includes $50.00 Nasty Tax)',
163 | } )
> 164 | ).toBeVisible();
| ^
165 | } );
166 |
167 | await test.step( 'Load checkout page and confirm price display', async () => {
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-calculate-tax.spec.js:164:7
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-calculate-tax.spec.js:147:4
|
The following actions use a deprecated Node.js version 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] › merchant/products/block-editor/enable-block-product-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/enable-block-product-editor.spec.js took 1.9m
|
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-variable-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-variable-product-block-editor.spec.js took 56.4s
|
plugins/woocommerce/[Chrome] › merchant/products/block-editor/disable-block-product-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/disable-block-product-editor.spec.js took 54.5s
|
plugins/woocommerce/[Chrome] › shopper/cart-checkout-calculate-tax.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-calculate-tax.spec.js took 42.2s
|
plugins/woocommerce/[Chrome] › shopper/cart-block-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-block-coupons.spec.js took 41.2s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "api-daily--run-399", "k6-daily-update-site--run-399", "plugin-blocks", "Smoke tests on trunk with Gutenberg - Nightly plugin installed (run 399)", "Smoke tests on trunk with Gutenberg plugin installed (run 399)", "Smoke tests on trunk with WooCommerce PayPal Payments plugin installed (run 399)", "Smoke tests on trunk with WooCommerce Shipping & Tax plugin installed (run 399)", "Smoke tests on trunk with WooPayments plugin installed (run 399)".
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 flaky
[Chrome] › merchant/products/block-editor/enable-block-product-editor.spec.js:52:3 › Enable block product editor › Enabled › can enable the block product editor
[Chrome] › shopper/cart-checkout-calculate-tax.spec.js:116:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly
1 skipped
79 passed (11.8m)
|
The logs for this run have expired and are no longer available.
Loading