Smoke test daily #281
Annotations
10 errors, 7 warnings, and 1 notice
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/customize-store/transitional.spec.js#L165
1) [Chrome] › customize-store/transitional.spec.js:118:2 › Store owner can view the Transitional page › Clicking on "Share feedback" should open the survey modal
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Send' })
- locator resolved to <button disabled type="button" class="components-button …>Send</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled - waiting...
163 | .locator( 'text=I wanted to design my own theme.' )
164 | .click();
> 165 | await sendButton.click();
| ^
166 | await expect( shareFeedbackModal ).toBeHidden();
167 |
168 | await expect( shareFeedbackButton ).toBeHidden();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/customize-store/transitional.spec.js:165:20
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/utils/options.js#L20
1) [Chrome] › customize-store/transitional.spec.js:118:2 › Store owner can view the Transitional page › Clicking on "Share feedback" should open the survey modal
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 400 Bad Request
Call log:
- → POST http://localhost:8086/wp-json/e2e-options/update
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.28 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- Authorization: Basic YWRtaW46cGFzc3dvcmQ=
- cookie:
- content-type: application/json
- content-length: 88
- ← 400 Bad Request
- date: Fri, 26 Apr 2024 03:50:53 GMT
- server: Apache/2.4.54 (Debian)
- x-powered-by: PHP/7.4.33
- x-robots-tag: noindex
- link: <http://localhost:8086/wp-json/>; rel="https://api.w.org/"
- x-content-type-options: nosniff
- access-control-expose-headers: X-WP-Total, X-WP-TotalPages, Link
- access-control-allow-headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type
- allow: POST
- expires: Wed, 11 Jan 1984 05:00:00 GMT
- cache-control: no-cache, must-revalidate, max-age=0, no-store, private
- content-length: 22
- connection: close
- content-type: application/json; charset=UTF-8
at ../utils/options.js:20
18 | } );
19 |
> 20 | await apiContext.post( '/wp-json/e2e-options/update', {
| ^
21 | failOnStatusCode: true,
22 | data: { option_name: optionName, option_value: optionValue },
23 | } );
at setOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/options.js:20:19)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/customize-store/transitional.spec.js:130:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/utils/options.js#L20
1) [Chrome] › customize-store/transitional.spec.js:118:2 › Store owner can view the Transitional page › Clicking on "Share feedback" should open the survey modal
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: apiRequestContext.post: 400 Bad Request
Call log:
- → POST http://localhost:8086/wp-json/e2e-options/update
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.28 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- Authorization: Basic YWRtaW46cGFzc3dvcmQ=
- cookie:
- content-type: application/json
- content-length: 88
- ← 400 Bad Request
- date: Fri, 26 Apr 2024 03:50:57 GMT
- server: Apache/2.4.54 (Debian)
- x-powered-by: PHP/7.4.33
- x-robots-tag: noindex
- link: <http://localhost:8086/wp-json/>; rel="https://api.w.org/"
- x-content-type-options: nosniff
- access-control-expose-headers: X-WP-Total, X-WP-TotalPages, Link
- access-control-allow-headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type
- allow: POST
- expires: Wed, 11 Jan 1984 05:00:00 GMT
- cache-control: no-cache, must-revalidate, max-age=0, no-store, private
- content-length: 22
- connection: close
- content-type: application/json; charset=UTF-8
at ../utils/options.js:20
18 | } );
19 |
> 20 | await apiContext.post( '/wp-json/e2e-options/update', {
| ^
21 | failOnStatusCode: true,
22 | data: { option_name: optionName, option_value: optionValue },
23 | } );
at setOption (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/options.js:20:19)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/customize-store/transitional.spec.js:130:3
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js#L21
2) [Chrome] › merchant/create-cart-block.spec.js:12:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add title' })
19 | await page
20 | .getByRole( 'textbox', { name: 'Add title' } )
> 21 | .fill( transformedCartBlockTitle );
| ^
22 |
23 | // add classic cart block
24 | await page.getByRole( 'textbox', { name: 'Add title' } ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js:21:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js#L21
2) [Chrome] › merchant/create-cart-block.spec.js:12:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add title' })
19 | await page
20 | .getByRole( 'textbox', { name: 'Add title' } )
> 21 | .fill( transformedCartBlockTitle );
| ^
22 |
23 | // add classic cart block
24 | await page.getByRole( 'textbox', { name: 'Add title' } ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js:21:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js#L21
2) [Chrome] › merchant/create-cart-block.spec.js:12:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add title' })
19 | await page
20 | .getByRole( 'textbox', { name: 'Add title' } )
> 21 | .fill( transformedCartBlockTitle );
| ^
22 |
23 | // add classic cart block
24 | await page.getByRole( 'textbox', { name: 'Add title' } ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js:21:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-checkout-block.spec.js#L92
3) [Chrome] › merchant/create-checkout-block.spec.js:73:2 › Transform Classic Checkout To Checkout Block › can transform classic checkout to checkout block
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add title' })
90 | await page
91 | .getByRole( 'textbox', { name: 'Add title' } )
> 92 | .fill( transformedCheckoutBlockTitle );
| ^
93 |
94 | // add classic checkout block
95 | await page.getByRole( 'textbox', { name: 'Add title' } ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-checkout-block.spec.js:92:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-checkout-block.spec.js#L92
3) [Chrome] › merchant/create-checkout-block.spec.js:73:2 › Transform Classic Checkout To Checkout Block › can transform classic checkout to checkout block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add title' })
90 | await page
91 | .getByRole( 'textbox', { name: 'Add title' } )
> 92 | .fill( transformedCheckoutBlockTitle );
| ^
93 |
94 | // add classic checkout block
95 | await page.getByRole( 'textbox', { name: 'Add title' } ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-checkout-block.spec.js:92:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-checkout-block.spec.js#L92
3) [Chrome] › merchant/create-checkout-block.spec.js:73:2 › Transform Classic Checkout To Checkout Block › can transform classic checkout to checkout block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add title' })
90 | await page
91 | .getByRole( 'textbox', { name: 'Add title' } )
> 92 | .fill( transformedCheckoutBlockTitle );
| ^
93 |
94 | // add classic checkout block
95 | await page.getByRole( 'textbox', { name: 'Add title' } ).click();
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-checkout-block.spec.js:92:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-page.spec.js#L40
4) [Chrome] › merchant/create-page.spec.js:35:2 › Can create a new page › can create new page ────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add Title' })
38 | await page
39 | .getByRole( 'textbox', { name: 'Add Title' } )
> 40 | .fill( pageTitle );
| ^
41 |
42 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
43 |
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/create-page.spec.js:40:5
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/color-picker.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/color-picker.spec.js took 5.7m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/logo-picker/logo-picker.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/logo-picker/logo-picker.spec.js took 1.8m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/homepage.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/homepage.spec.js took 1.6m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/font-picker.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/font-picker.spec.js took 1.4m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › customize-store/assembler/header.spec.js#L1
plugins/woocommerce/[Chrome] › customize-store/assembler/header.spec.js took 1.3m
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "api-daily--run-281", "k6-daily-update-site--run-281", "plugin-blocks", "Smoke tests on trunk with Gutenberg - Nightly plugin installed (run 281)", "Smoke tests on trunk with Gutenberg plugin installed (run 281)", "Smoke tests on trunk with WooCommerce PayPal Payments plugin installed (run 281)", "Smoke tests on trunk with WooCommerce Shipping & Tax plugin installed (run 281)", "Smoke tests on trunk with WooPayments plugin installed (run 281)".
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/
|
Run the rest of E2E tests
5 failed
[Chrome] › customize-store/transitional.spec.js:118:2 › Store owner can view the Transitional page › Clicking on "Share feedback" should open the survey modal
[Chrome] › merchant/create-cart-block.spec.js:12:2 › Transform Classic Cart To Cart Block › can transform classic cart to cart block
[Chrome] › merchant/create-checkout-block.spec.js:73:2 › Transform Classic Checkout To Checkout Block › can transform classic checkout to checkout block
[Chrome] › merchant/create-page.spec.js:35:2 › Can create a new page › can create new page ─────
[Chrome] › merchant/create-post.spec.js:36:2 › Can create a new post › can create new post ─────
1 flaky
[Chrome] › basic.spec.js:21:1 › Load wp-admin as admin ─────────────────────────────────────────
2 skipped
291 did not run
131 passed (25.9m)
|
The logs for this run have expired and are no longer available.
Loading