Skip to content

clear out unneeded github files from block folder #3725

clear out unneeded github files from block folder

clear out unneeded github files from block folder #3725

Triggered via pull request February 29, 2024 17:30
Status Failure
Total duration 44m 41s
Artifacts 2

smoke-test-pr-merge.yml

on: pull_request
Run E2E tests
35m 11s
Run E2E tests
Run k6 Performance tests
14s
Run k6 Performance tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 8 warnings, and 1 notice
Run k6 Performance tests
Process completed with exit code 1.
[Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list: plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js#L92
1) [Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByRole('cell', { name: 'No data to display' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: 'No data to display' }) 90 | await expect( 91 | page.getByRole( 'cell', { name: 'No data to display' } ) > 92 | ).toBeVisible(); | ^ 93 | await expect( 94 | page.getByText( '0customers0Average orders$0.' ) 95 | ).toBeVisible(); at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:92:5
[Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list: plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js#L92
1) [Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByRole('cell', { name: 'No data to display' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: 'No data to display' }) 90 | await expect( 91 | page.getByRole( 'cell', { name: 'No data to display' } ) > 92 | ).toBeVisible(); | ^ 93 | await expect( 94 | page.getByText( '0customers0Average orders$0.' ) 95 | ).toBeVisible(); at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:92:5
[Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list: plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js#L92
1) [Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByRole('cell', { name: 'No data to display' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: 'No data to display' }) 90 | await expect( 91 | page.getByRole( 'cell', { name: 'No data to display' } ) > 92 | ).toBeVisible(); | ^ 93 | await expect( 94 | page.getByText( '0customers0Average orders$0.' ) 95 | ).toBeVisible(); at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:92:5
[Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers: plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js#L109
2) [Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers, filter and download › Check that 3 customers are displayed Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('3customers0Average orders$0.') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('3customers0Average orders$0.') 107 | await expect( 108 | page.getByText( '3customers0Average orders$0.' ) > 109 | ).toBeVisible(); | ^ 110 | } ); 111 | 112 | await test.step( 'Check that the customers are displayed in the list', async () => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:109:6 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:106:14
[Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers: plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js#L109
2) [Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers, filter and download › Check that 3 customers are displayed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('3customers0Average orders$0.') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('3customers0Average orders$0.') 107 | await expect( 108 | page.getByText( '3customers0Average orders$0.' ) > 109 | ).toBeVisible(); | ^ 110 | } ); 111 | 112 | await test.step( 'Check that the customers are displayed in the list', async () => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:109:6 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:106:14
[Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers: plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js#L109
2) [Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers, filter and download › Check that 3 customers are displayed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('3customers0Average orders$0.') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('3customers0Average orders$0.') 107 | await expect( 108 | page.getByText( '3customers0Average orders$0.' ) > 109 | ).toBeVisible(); | ^ 110 | } ); 111 | 112 | await test.step( 'Check that the customers are displayed in the list', async () => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:109:6 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js:106:14
Run E2E tests
Process completed with exit code 1.
🎭 Playwright Run Summary
2 failed [Chrome] › merchant/customer-list.spec.js:86:2 › Merchant > Customer List › Merchant can view an empty customer list [Chrome] › merchant/customer-list.spec.js:98:2 › Merchant > Customer List › Merchant can view a list of all customers, filter and download 4 skipped 345 passed (31.0m)
Run API tests
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, aws-actions/configure-aws-credentials@v1-node16. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run k6 Performance tests
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: plugins/woocommerce/[Chrome] › merchant/customer-list.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/customer-list.spec.js took 2.6m
Slow Test: plugins/woocommerce/[Chrome] › merchant/create-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/create-restricted-coupons.spec.js took 1.3m
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 57.2s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-search.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-search.spec.js took 56.5s
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 54.5s
Run E2E tests
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, aws-actions/configure-aws-credentials@v1-node16, actions/github-script@v6, slackapi/slack-github-action@v1.23.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
api-pr-merge-44895-run-3725 Expired
5.46 MB
e2e-pr-merge-44895-run-3725 Expired
28.1 MB