Apply User-Defined Date Formatting Settings to WP Admin React Components #2860
Annotations
1 error, 7 warnings, and 1 notice
Run tests, upload screenshots & logs:
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
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()
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
|
Run tests, upload screenshots & logs:
[merchant] › merchant/merchant-disputes-respond.spec.ts#L1
[merchant] › merchant/merchant-disputes-respond.spec.ts took 1.4m
|
Run tests, upload screenshots & logs:
[merchant] › merchant/multi-currency-setup.spec.ts#L1
[merchant] › merchant/multi-currency-setup.spec.ts took 48.5s
|
Run tests, upload screenshots & logs:
[merchant] › merchant/multi-currency-on-boarding.spec.ts#L1
[merchant] › merchant/multi-currency-on-boarding.spec.ts took 42.7s
|
Run tests, upload screenshots & logs:
[shopper] › shopper/multi-currency-checkout.spec.ts#L1
[shopper] › shopper/multi-currency-checkout.spec.ts took 21.1s
|
Run tests, upload screenshots & logs:
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts#L1
[merchant] › merchant/merchant-disputes-view-details-via-order-notice.spec.ts took 16.6s
|
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/
|
Run tests, upload screenshots & logs
1 flaky
[shopper] › shopper/shopper-checkout-purchase.spec.ts:33:6 › Successful purchase › using a 3DS card
1 skipped
40 passed (6.8m)
|
Loading