Smoke test daily #281
Annotations
10 errors, 7 warnings, and 1 notice
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js#L48
1) [Chrome] › admin-tasks/payment.spec.js:33:2 › Payment setup task › Saving valid bank account transfer details enables the payment method
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for locator('//input[@Placeholder="Account name"]')
46 | await page
47 | .locator( '//input[@Placeholder="Account name"]' )
> 48 | .fill( 'Savings' );
| ^
49 | await page
50 | .locator( '//input[@Placeholder="Account number"]' )
51 | .fill( '1234' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js:48:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js#L48
1) [Chrome] › admin-tasks/payment.spec.js:33:2 › Payment setup task › Saving valid bank account transfer details enables the payment method
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for locator('//input[@Placeholder="Account name"]')
46 | await page
47 | .locator( '//input[@Placeholder="Account name"]' )
> 48 | .fill( 'Savings' );
| ^
49 | await page
50 | .locator( '//input[@Placeholder="Account number"]' )
51 | .fill( '1234' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js:48:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js#L48
1) [Chrome] › admin-tasks/payment.spec.js:33:2 › Payment setup task › Saving valid bank account transfer details enables the payment method
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for locator('//input[@Placeholder="Account name"]')
46 | await page
47 | .locator( '//input[@Placeholder="Account name"]' )
> 48 | .fill( 'Savings' );
| ^
49 | await page
50 | .locator( '//input[@Placeholder="Account number"]' )
51 | .fill( '1234' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js:48:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js#L162
2) [Chrome] › admin-tasks/payment.spec.js:117:2 › Payment setup task › Enabling cash on delivery enables the payment method
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('div.woocommerce-task-payment-cod > div.woocommerce-task-payment__footer > button')
160 | 'div.woocommerce-task-payment-cod > div.woocommerce-task-payment__footer > button'
161 | )
> 162 | .click();
| ^
163 | await page.waitForLoadState( 'networkidle' );
164 |
165 | await page.goto( 'wp-admin/admin.php?page=wc-settings&tab=checkout' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js:162:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js#L162
2) [Chrome] › admin-tasks/payment.spec.js:117:2 › Payment setup task › Enabling cash on delivery enables the payment method
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('div.woocommerce-task-payment-cod > div.woocommerce-task-payment__footer > button')
160 | 'div.woocommerce-task-payment-cod > div.woocommerce-task-payment__footer > button'
161 | )
> 162 | .click();
| ^
163 | await page.waitForLoadState( 'networkidle' );
164 |
165 | await page.goto( 'wp-admin/admin.php?page=wc-settings&tab=checkout' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js:162:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js#L162
2) [Chrome] › admin-tasks/payment.spec.js:117:2 › Payment setup task › Enabling cash on delivery enables the payment method
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('div.woocommerce-task-payment-cod > div.woocommerce-task-payment__footer > button')
160 | 'div.woocommerce-task-payment-cod > div.woocommerce-task-payment__footer > button'
161 | )
> 162 | .click();
| ^
163 | await page.waitForLoadState( 'networkidle' );
164 |
165 | await page.goto( 'wp-admin/admin.php?page=wc-settings&tab=checkout' );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/admin-tasks/payment.spec.js:162:5
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js#L68
3) [Chrome] › js-file-monitor/monitor-js-file-number.spec.js:55:3 › Keeps track of the number of JS files included on key shopper pages › Check that Cart has 54 JS files
Error: cart/ loaded 63, expected 54
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 54
Received: 63
66 | `${ url } loaded ${ javascriptFiles }, expected ${ expectedCount }`
67 | )
> 68 | .toBeLessThanOrEqual( expectedCount );
| ^
69 | } );
70 | }
71 | } );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js:68:6
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js#L68
3) [Chrome] › js-file-monitor/monitor-js-file-number.spec.js:55:3 › Keeps track of the number of JS files included on key shopper pages › Check that Cart has 54 JS files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: cart/ loaded 63, expected 54
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 54
Received: 63
66 | `${ url } loaded ${ javascriptFiles }, expected ${ expectedCount }`
67 | )
> 68 | .toBeLessThanOrEqual( expectedCount );
| ^
69 | } );
70 | }
71 | } );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js:68:6
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js#L68
3) [Chrome] › js-file-monitor/monitor-js-file-number.spec.js:55:3 › Keeps track of the number of JS files included on key shopper pages › Check that Cart has 54 JS files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: cart/ loaded 63, expected 54
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 54
Received: 63
66 | `${ url } loaded ${ javascriptFiles }, expected ${ expectedCount }`
67 | )
> 68 | .toBeLessThanOrEqual( expectedCount );
| ^
69 | } );
70 | }
71 | } );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js:68:6
|
Run the rest of E2E tests:
plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js#L68
4) [Chrome] › js-file-monitor/monitor-js-file-number.spec.js:55:3 › Keeps track of the number of JS files included on key shopper pages › Check that Checkout has 54 JS files
Error: checkout/ loaded 63, expected 54
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 54
Received: 63
66 | `${ url } loaded ${ javascriptFiles }, expected ${ expectedCount }`
67 | )
> 68 | .toBeLessThanOrEqual( expectedCount );
| ^
69 | } );
70 | }
71 | } );
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.spec.js:68:6
|
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.4m
|
Run the rest of E2E tests:
plugins/woocommerce/[Chrome] › admin-tasks/payment.spec.js#L1
plugins/woocommerce/[Chrome] › admin-tasks/payment.spec.js took 2.5m
|
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.7m
|
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] › merchant/create-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/create-restricted-coupons.spec.js took 1.5m
|
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] › admin-tasks/payment.spec.js:33:2 › Payment setup task › Saving valid bank account transfer details enables the payment method
[Chrome] › admin-tasks/payment.spec.js:117:2 › Payment setup task › Enabling cash on delivery enables the payment method
[Chrome] › js-file-monitor/monitor-js-file-number.spec.js:55:3 › Keeps track of the number of JS files included on key shopper pages › Check that Cart has 54 JS files
[Chrome] › js-file-monitor/monitor-js-file-number.spec.js:55:3 › Keeps track of the number of JS files included on key shopper pages › Check that Checkout has 54 JS files
[Chrome] › merchant/products/block-editor/linked-product-tab-product-block-editor.spec.js:49:3 › General tab › Linked product › can create a product with linked products
1 flaky
[Chrome] › basic.spec.js:21:1 › Load wp-admin as admin ─────────────────────────────────────────
2 skipped
146 did not run
276 passed (40.3m)
|
The logs for this run have expired and are no longer available.
Loading