Skip to content

Smoke test daily

Smoke test daily #187

Triggered via schedule January 23, 2024 03:28
Status Failure
Total duration 39m 42s
Artifacts 10

smoke-test-daily.yml

on: schedule
API tests on nightly build
5m 58s
API tests on nightly build
E2E tests on nightly build
29m 5s
E2E tests on nightly build
Matrix: test-plugins
k6 tests on nightly build
2m 10s
k6 tests on nightly build
Post Slack summary
13s
Post Slack summary
Publish report on smoke tests on nightly build
54s
Publish report on smoke tests on nightly build
Matrix: Publish report on Smoke tests on trunk with plugins
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 30 warnings, and 12 notices
k6 tests on nightly build
Process completed with exit code 1.
k6 tests on nightly build
Process completed with exit code 99.
[Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions": plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js#L212
1) [Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions" Error: Something went wrong when downloading the plugin. Response status: 404 Not Found Response body: { "message": "Not Found", "documentation_url": "https://docs.github.com/rest" } at ../utils/plugin-utils.js:212 210 | } 211 | > 212 | throw new Error( errorMessage ); | ^ 213 | } 214 | 215 | release = prerelease at getLatestReleaseZipUrl (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js:212:9) at downloadZip (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js:106:5) at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/smoke-tests/upload-plugin.spec.js:45:4
[Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions": plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js#L212
1) [Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions" Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Something went wrong when downloading the plugin. Response status: 404 Not Found Response body: { "message": "Not Found", "documentation_url": "https://docs.github.com/rest" } at ../utils/plugin-utils.js:212 210 | } 211 | > 212 | throw new Error( errorMessage ); | ^ 213 | } 214 | 215 | release = prerelease at getLatestReleaseZipUrl (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js:212:9) at downloadZip (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js:106:5) at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/smoke-tests/upload-plugin.spec.js:45:4
[Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions": plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js#L212
1) [Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions" Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Something went wrong when downloading the plugin. Response status: 404 Not Found Response body: { "message": "Not Found", "documentation_url": "https://docs.github.com/rest" } at ../utils/plugin-utils.js:212 210 | } 211 | > 212 | throw new Error( errorMessage ); | ^ 213 | } 214 | 215 | release = prerelease at getLatestReleaseZipUrl (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js:212:9) at downloadZip (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js:106:5) at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/smoke-tests/upload-plugin.spec.js:45:4
Smoke tests on trunk with Woo Subscriptions plugin installed
Process completed with exit code 1.
[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js:636:2 › Cart & Checkout Restricted Coupons › coupon can be used by the right customer (email restricted) but only once: plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-restricted-coupons.spec.js#L673
1) [Chrome] › shopper/cart-checkout-restricted-coupons.spec.js:636:2 › Cart & Checkout Restricted Coupons › coupon can be used by the right customer (email restricted) but only once Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByRole('heading', { name: 'Order received' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('heading', { name: 'Order received' }) 671 | await expect( 672 | page.getByRole( 'heading', { name: 'Order received' } ) > 673 | ).toBeVisible(); | ^ 674 | const newOrderId = await page 675 | .locator( 'li.woocommerce-order-overview__order > strong' ) 676 | .textContent(); at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-restricted-coupons.spec.js:673:5
[Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals: plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js#L129
2) [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104: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: '$125.00 (includes $25.00 Nasty Tax)' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: '$125.00 (includes $25.00 Nasty Tax)' }) 127 | await expect( page.getByRole( 'cell', { name: '$125.00 (incl. tax)' } ) ).toHaveCount(2); 128 | await expect( page.getByRole( 'row', { name: 'Subtotal $125.00 (incl. tax)'} ) ).toBeVisible(); > 129 | await expect( page.getByRole( 'cell', { name: '$125.00 (includes $25.00 Nasty Tax)' } ) ).toBeVisible(); | ^ 130 | } ); 131 | 132 | await test.step( 'Load checkout page and confirm price display', async() => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:129:95 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:124:4
[Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals: plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js#L129
1) [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104: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: '$125.00 (includes $25.00 Nasty Tax)' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: '$125.00 (includes $25.00 Nasty Tax)' }) 127 | await expect( page.getByRole( 'cell', { name: '$125.00 (incl. tax)' } ) ).toHaveCount(2); 128 | await expect( page.getByRole( 'row', { name: 'Subtotal $125.00 (incl. tax)'} ) ).toBeVisible(); > 129 | await expect( page.getByRole( 'cell', { name: '$125.00 (includes $25.00 Nasty Tax)' } ) ).toBeVisible(); | ^ 130 | } ); 131 | 132 | await test.step( 'Load checkout page and confirm price display', async() => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:129:95 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:124:4
[Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals: plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js#L129
1) [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104: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: '$125.00 (includes $25.00 Nasty Tax)' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: '$125.00 (includes $25.00 Nasty Tax)' }) 127 | await expect( page.getByRole( 'cell', { name: '$125.00 (incl. tax)' } ) ).toHaveCount(2); 128 | await expect( page.getByRole( 'row', { name: 'Subtotal $125.00 (incl. tax)'} ) ).toBeVisible(); > 129 | await expect( page.getByRole( 'cell', { name: '$125.00 (includes $25.00 Nasty Tax)' } ) ).toBeVisible(); | ^ 130 | } ); 131 | 132 | await test.step( 'Load checkout page and confirm price display', async() => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:129:95 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:124:4
[Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals: plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js#L129
1) [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104: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: '$125.00 (includes $25.00 Nasty Tax)' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: '$125.00 (includes $25.00 Nasty Tax)' }) 127 | await expect( page.getByRole( 'cell', { name: '$125.00 (incl. tax)' } ) ).toHaveCount(2); 128 | await expect( page.getByRole( 'row', { name: 'Subtotal $125.00 (incl. tax)'} ) ).toBeVisible(); > 129 | await expect( page.getByRole( 'cell', { name: '$125.00 (includes $25.00 Nasty Tax)' } ) ).toBeVisible(); | ^ 130 | } ); 131 | 132 | await test.step( 'Load checkout page and confirm price display', async() => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:129:95 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:124:4
[Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals: plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js#L129
1) [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104: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: '$125.00 (includes $25.00 Nasty Tax)' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: '$125.00 (includes $25.00 Nasty Tax)' }) 127 | await expect( page.getByRole( 'cell', { name: '$125.00 (incl. tax)' } ) ).toHaveCount(2); 128 | await expect( page.getByRole( 'row', { name: 'Subtotal $125.00 (incl. tax)'} ) ).toBeVisible(); > 129 | await expect( page.getByRole( 'cell', { name: '$125.00 (includes $25.00 Nasty Tax)' } ) ).toBeVisible(); | ^ 130 | } ); 131 | 132 | await test.step( 'Load checkout page and confirm price display', async() => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:129:95 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:124:4
[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js:636:2 › Cart & Checkout Restricted Coupons › coupon can be used by the right customer (email restricted) but only once: plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-restricted-coupons.spec.js#L673
1) [Chrome] › shopper/cart-checkout-restricted-coupons.spec.js:636:2 › Cart & Checkout Restricted Coupons › coupon can be used by the right customer (email restricted) but only once Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByRole('heading', { name: 'Order received' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('heading', { name: 'Order received' }) 671 | await expect( 672 | page.getByRole( 'heading', { name: 'Order received' } ) > 673 | ).toBeVisible(); | ^ 674 | const newOrderId = await page 675 | .locator( 'li.woocommerce-order-overview__order > strong' ) 676 | .textContent(); at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-restricted-coupons.spec.js:673:5
[Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals: plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js#L129
2) [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104: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: '$125.00 (includes $25.00 Nasty Tax)' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByRole('cell', { name: '$125.00 (includes $25.00 Nasty Tax)' }) 127 | await expect( page.getByRole( 'cell', { name: '$125.00 (incl. tax)' } ) ).toHaveCount(2); 128 | await expect( page.getByRole( 'row', { name: 'Subtotal $125.00 (incl. tax)'} ) ).toBeVisible(); > 129 | await expect( page.getByRole( 'cell', { name: '$125.00 (includes $25.00 Nasty Tax)' } ) ).toBeVisible(); | ^ 130 | } ); 131 | 132 | await test.step( 'Load checkout page and confirm price display', async() => { at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:129:95 at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/tax/checkout-calculate-tax.spec.js:124:4
Publish report on Smoke tests on trunk with plugins (WooCommerce Payments, woocommerce-payments)
Unable to find an artifact with the name: Smoke tests on trunk with WooCommerce Payments plugin installed (run 187)
Publish report on smoke tests on nightly build
Process completed with exit code 4.
Publish report on Smoke tests on trunk with plugins (Gutenberg, gutenberg)
Process completed with exit code 4.
Slow Test: plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 1.4m
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 58.5s
Slow Test: plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 56.6s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 53.7s
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 56.7s
Slow Test: plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 56.6s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 54.9s
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 59.5s
Slow Test: plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 57.5s
Slow Test: plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 57.1s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 54.7s
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 59.7s
Slow Test: plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 57.4s
Slow Test: plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 57.0s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 55.1s
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 59.9s
Slow Test: plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 57.1s
Slow Test: plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 56.9s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 56.0s
Slow Test: plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/cart-checkout-restricted-coupons.spec.js took 1.4m
Slow Test: plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Chrome] › shopper/checkout-block.spec.js took 1.0m
Slow Test: plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/command-palette.spec.js took 59.7s
Slow Test: plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/products/block-editor/create-simple-product-block-editor.spec.js took 57.4s
Slow Test: plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js#L1
plugins/woocommerce/[Chrome] › merchant/order-edit.spec.js took 55.3s
🎭 Playwright Run Summary
1 failed [Chrome] › smoke-tests/upload-plugin.spec.js:73:2 › Woo Subscriptions plugin can be uploaded and activated › can upload and activate "Woo Subscriptions"
🎭 Playwright Run Summary
2 flaky [Chrome] › shopper/cart-checkout-restricted-coupons.spec.js:636:2 › Cart & Checkout Restricted Coupons › coupon can be used by the right customer (email restricted) but only once [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly 3 skipped 282 passed (24.7m)
🎭 Playwright Run Summary
1 passed (25.4s)
🎭 Playwright Run Summary
1 flaky [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly 283 passed (25.0m)
🎭 Playwright Run Summary
1 passed (24.6s)
🎭 Playwright Run Summary
1 flaky [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly 283 passed (25.1m)
🎭 Playwright Run Summary
1 passed (24.9s)
🎭 Playwright Run Summary
1 flaky [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly 283 passed (25.1m)
🎭 Playwright Run Summary
1 passed (25.3s)
🎭 Playwright Run Summary
1 flaky [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly 283 passed (25.5m)
🎭 Playwright Run Summary
1 passed (25.9s)
🎭 Playwright Run Summary
2 flaky [Chrome] › shopper/cart-checkout-restricted-coupons.spec.js:636:2 › Cart & Checkout Restricted Coupons › coupon can be used by the right customer (email restricted) but only once [Chrome] › shopper/tax/checkout-calculate-tax.spec.js:104:3 › Tax rates in the cart and checkout › Shopper Tax Display Tests › checks that taxes are calculated properly on totals, inclusive tax displayed properly 282 passed (25.3m)

Artifacts

Produced during runtime
Name Size
Smoke tests on trunk with Gutenberg - Nightly plugin installed (run 187) Expired
40.5 MB
Smoke tests on trunk with Gutenberg plugin installed (run 187) Expired
38.6 MB
Smoke tests on trunk with Woo Subscriptions plugin installed (run 187) Expired
2.37 MB
Smoke tests on trunk with WooCommerce PayPal Payments plugin installed (run 187) Expired
40.1 MB
Smoke tests on trunk with WooCommerce Shipping & Tax plugin installed (run 187) Expired
40.3 MB
Smoke tests on trunk with WooPayments plugin installed (run 187) Expired
40.1 MB
api-daily--run-187 Expired
7.01 MB
e2e-daily--run-187 Expired
37.5 MB
k6-daily-update-site--run-187 Expired
2.25 MB
plugin-blocks Expired
1.85 KB