feat: add Leather to WBIP004 array #6215
Annotations
2 errors, 2 warnings, and 1 notice
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully
Test timeout of 30000ms exceeded.
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L98
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:97:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "load"
96 |
97 | test('the promise resolves with addresses successfully', async ({ page, context }) => {
> 98 | await page.goto('localhost:3000');
| ^
99 | const getAddressesPromise = initiateGetAddresses(page);
100 |
101 | const popup = await interceptRequestPopup(context);
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:98:20
|
The following actions uses Node.js version which is deprecated 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/
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading