feat: support testnet 4 #6954
Annotations
1 error, 4 warnings, and 1 notice
Run Playwright tests:
tests/specs/compliance-checks/compliance-checks.spec.ts#L96
1) [chromium] › specs/compliance-checks/compliance-checks.spec.ts:79:3 › Compliance checks › the addresses of all recipients are checked
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 1
94 | const userAndRecipientAddressCount = 2;
95 |
> 96 | test.expect(entityCheckCount).toEqual(userAndRecipientAddressCount);
| ^
97 | });
98 | });
99 |
at /home/runner/work/extension/extension/tests/specs/compliance-checks/compliance-checks.spec.ts:96:35
|
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, 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/
|
Run Playwright tests:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 48.7s
|
Run Playwright tests:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 17.6s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
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 Playwright tests
1 flaky
[chromium] › specs/compliance-checks/compliance-checks.spec.ts:79:3 › Compliance checks › the addresses of all recipients are checked
15 passed (1.8m)
|
Loading