Release branch for 8.1.1 #2162
e2e-pw-pull-request.yml
on: pull_request
WC - latest
7m 29s
Annotations
3 errors, 3 warnings, and 1 notice
[shopper] › shopper/shopper-checkout-purchase.spec.ts:24:6 › Successful purchase › using a basic card:
tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts#L30
1) [shopper] › shopper/shopper-checkout-purchase.spec.ts:24:6 › Successful purchase › using a basic card
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Order received').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText('Order received').first()
28 | await expect(
29 | page.getByText( 'Order received' ).first()
> 30 | ).toBeVisible();
| ^
31 | } );
32 |
33 | test( 'using a 3DS card', async ( { page } ) => {
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts:30:5
|
[shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card:
tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts#L1
2) [shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
Test timeout of 120000ms exceeded.
|
[shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card:
tests/e2e-pw/utils/shopper.ts#L102
2) [shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
Error: page.waitForSelector: Test timeout of 120000ms exceeded.
Call log:
- waiting for locator('body > div > iframe[name^="__privateStripeFrame"]') to be visible
at ../utils/shopper.ts:102
100 | // Stripe card input also uses __privateStripeFrame as a prefix, so need to make sure we wait for an iframe that
101 | // appears at the top of the DOM.
> 102 | await page.waitForSelector(
| ^
103 | 'body > div > iframe[name^="__privateStripeFrame"]'
104 | );
105 |
at Object.confirmCardAuthentication (/home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/utils/shopper.ts:102:13)
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts:36:17
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
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/
|
Slow Test:
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts#L1
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts took 19.6s
|
WC - latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
2 flaky
[shopper] › shopper/shopper-checkout-purchase.spec.ts:24:6 › Successful purchase › using a basic card
[shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
1 skipped
9 passed (3.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
9.31 MB |
|