chore: update Stripe Link copy in settings #1946
Annotations
1 error, 3 warnings, and 1 notice
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
|
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts#L1
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts took 17.3s
|
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/
|
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/
|
|
This job succeeded
Loading