feat: add inscription send flow test #6763
Annotations
2 errors, 2 warnings, and 1 notice
tests/specs/send/send-inscription.spec.ts#L1
1) [chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step
Test timeout of 30000ms exceeded.
|
tests/specs/send/send-inscription.spec.ts#L30
1) [chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('fee-list-item').filter({ hasText: 'Low' })
28 | );
29 | await inscriptionSendButton.click();
> 30 | await sendPage.feesListItem.filter({ hasText: BtcFeeType.Low }).click();
| ^
31 | const displayerAddress = await getDisplayerAddress(sendPage.confirmationDetailsRecipient);
32 | test.expect(displayerAddress).toEqual(TEST_TESTNET_ACCOUNT_2_TAPROOT_ADDRESS);
33 | });
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:30:71
|
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/
|
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