Smoke test daily #586
Annotations
10 errors, 7 warnings, and 1 notice
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js#L112
1) [Chrome] › merchant/products/block-editor/create-variable-product-block-editor.spec.js:79:3 › Variations tab › Create variable product › can create a variation option and publish the product
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('text=Create "Size"')
110 | .isVisible();
111 |
> 112 | await page.locator( 'text=Create "Size"' ).click();
| ^
113 |
114 | const attributeColumn = page.getByPlaceholder(
115 | 'Search or create attribute'
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js:112:47
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js#L112
1) [Chrome] › merchant/products/block-editor/create-variable-product-block-editor.spec.js:79:3 › Variations tab › Create variable product › can create a variation option and publish the product
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('text=Create "Size"')
110 | .isVisible();
111 |
> 112 | await page.locator( 'text=Create "Size"' ).click();
| ^
113 |
114 | const attributeColumn = page.getByPlaceholder(
115 | 'Search or create attribute'
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js:112:47
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js#L112
1) [Chrome] › merchant/products/block-editor/create-variable-product-block-editor.spec.js:79:3 › Variations tab › Create variable product › can create a variation option and publish the product
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('text=Create "Size"')
110 | .isVisible();
111 |
> 112 | await page.locator( 'text=Create "Size"' ).click();
| ^
113 |
114 | const attributeColumn = page.getByPlaceholder(
115 | 'Search or create attribute'
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js:112:47
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js#L118
2) [Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:97:1 › can create and add attributes › add new attributes
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search or create attribute')
116 |
117 | // Add attributes that do not exist
> 118 | await page.getByPlaceholder( 'Search or create attribute' ).click();
| ^
119 |
120 | // Unless we wait for the list to be visible, the attribute name will be filled too soon and the test will fail.
121 | await waitForAttributeList( page );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:118:63
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:114:2
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js#L118
2) [Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:97:1 › can create and add attributes › add new attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search or create attribute')
116 |
117 | // Add attributes that do not exist
> 118 | await page.getByPlaceholder( 'Search or create attribute' ).click();
| ^
119 |
120 | // Unless we wait for the list to be visible, the attribute name will be filled too soon and the test will fail.
121 | await waitForAttributeList( page );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:118:63
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:114:2
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js#L118
2) [Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:97:1 › can create and add attributes › add new attributes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search or create attribute')
116 |
117 | // Add attributes that do not exist
> 118 | await page.getByPlaceholder( 'Search or create attribute' ).click();
| ^
119 |
120 | // Unless we wait for the list to be visible, the attribute name will be filled too soon and the test will fail.
121 | await waitForAttributeList( page );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:118:63
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:114:2
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js#L218
3) [Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:204:1 › can add existing attributes › add an existing attribute
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search or create attribute')
216 |
217 | // Add attributes that do not exist
> 218 | await page.getByPlaceholder( 'Search or create attribute' ).click();
| ^
219 |
220 | // Unless we wait for the list to be visible, the attribute name will be filled too soon and the test will fail.
221 | await waitForAttributeList( page );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:218:63
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:214:2
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js#L218
3) [Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:204:1 › can add existing attributes › add an existing attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search or create attribute')
216 |
217 | // Add attributes that do not exist
> 218 | await page.getByPlaceholder( 'Search or create attribute' ).click();
| ^
219 |
220 | // Unless we wait for the list to be visible, the attribute name will be filled too soon and the test will fail.
221 | await waitForAttributeList( page );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:218:63
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:214:2
|
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js#L218
3) [Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:204:1 › can add existing attributes › add an existing attribute
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search or create attribute')
216 |
217 | // Add attributes that do not exist
> 218 | await page.getByPlaceholder( 'Search or create attribute' ).click();
| ^
219 |
220 | // Unless we wait for the list to be visible, the attribute name will be filled too soon and the test will fail.
221 | await waitForAttributeList( page );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:218:63
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js:214:2
|
plugins/woocommerce/tests/e2e-pw/utils/simple-products.js#L78
4) [Chrome] › merchant/products/block-editor/disable-block-product-editor.spec.js:51:2 › Disable block product editor › is hooked up to sidebar "Add New"
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/disable-block-product-editor.spec.js:54:9
|
The following actions uses Node.js version which is deprecated 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/product-attributes-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js took 2.8m
|
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 2.0m
|
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 1.4m
|
plugins/woocommerce/[Chrome] › shopper/cart-checkout-calculate-tax.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-calculate-tax.spec.js took 40.3s
|
plugins/woocommerce/[Chrome] › shopper/cart-block-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-block-coupons.spec.js took 39.9s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "api-daily--run-586", "k6-daily-update-site--run-586", "plugin-blocks", "Smoke tests on trunk with Gutenberg - Nightly plugin installed (run 586)", "Smoke tests on trunk with Gutenberg plugin installed (run 586)", "Smoke tests on trunk with WooCommerce PayPal Payments plugin installed (run 586)", "Smoke tests on trunk with WooCommerce Shipping & Tax plugin installed (run 586)", "Smoke tests on trunk with WooPayments plugin installed (run 586)".
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/
|
3 failed
[Chrome] › merchant/products/block-editor/create-variable-product-block-editor.spec.js:79:3 › Variations tab › Create variable product › can create a variation option and publish the product
[Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:97:1 › can create and add attributes
[Chrome] › merchant/products/block-editor/product-attributes-block-editor.spec.js:204:1 › can add existing attributes
2 flaky
[Chrome] › merchant/products/block-editor/disable-block-product-editor.spec.js:51:2 › Disable block product editor › is hooked up to sidebar "Add New"
[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
76 passed (13.8m)
|
This job failed
Loading