Replace payment method logos component with the shared component from @woocommerce/onboarding
#1683
Annotations
3 errors, 3 warnings, and 1 notice
tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts#L1
1) [shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
Test timeout of 60000ms exceeded.
|
tests/e2e-pw/utils/shopper.ts#L115
1) [shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for frameLocator('body>div>iframe[name^="__privateStripeFrame"]').frameLocator('iframe[name="stripe-challenge-frame"]').getByRole('button', { name: 'Complete' })
at ../utils/shopper.ts:115
113 | name: authorize ? 'Complete' : 'Fail',
114 | } );
> 115 | await button.click();
| ^
116 | };
117 |
at Object.confirmCardAuthentication (/home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/utils/shopper.ts:115:15)
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts:36:17
|
tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts#L40
1) [shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Order received').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Order received').first()
38 | await expect(
39 | page.getByText( 'Order received' ).first()
> 40 | ).toBeVisible();
| ^
41 | } );
42 | } );
43 |
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-checkout-purchase.spec.ts:40:5
|
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts#L1
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts took 18.6s
|
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/
|
The following actions uses Node.js version which is deprecated 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/
|
|
The logs for this run have expired and are no longer available.
Loading