fix: ledger test #6986
Annotations
1 error, 4 warnings, and 1 notice
Run Playwright tests:
tests/utils.ts#L42
1) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
TypeError: fetch failed
at utils.ts:42
40 | network,
41 | };
> 42 | return bytesToHex((await makeUnsignedSTXTokenTransfer(options)).serialize());
| ^
43 | }
44 |
45 | export async function generateMultisigUnsignedStxTransfer(
at fetchWrapper (/home/runner/work/extension/extension/node_modules/.pnpm/@stacks[email protected][email protected]/node_modules/@stacks/network/src/fetch.ts:47:23)
at StacksMainnet.fetchFn (/home/runner/work/extension/extension/node_modules/.pnpm/@stacks[email protected][email protected]/node_modules/@stacks/network/src/fetch.ts:160:20)
at estimateTransaction (/home/runner/work/extension/extension/node_modules/.pnpm/@stacks[email protected][email protected]/node_modules/@stacks/transactions/src/builders.ts:209:20)
at estimateTransactionFeeWithFallback (/home/runner/work/extension/extension/node_modules/.pnpm/@stacks[email protected][email protected]/node_modules/@stacks/transactions/src/builders.ts:1675:13)
at makeUnsignedSTXTokenTransfer (/home/runner/work/extension/extension/node_modules/.pnpm/@stacks[email protected][email protected]/node_modules/@stacks/transactions/src/builders.ts:697:17)
at generateUnsignedStxTransfer (/home/runner/work/extension/extension/tests/utils.ts:42:22)
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:109:34
|
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/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 57.1s
|
Run Playwright tests:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 46.5s
|
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/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected
12 passed (2.4m)
|
Loading