fix: serialize sip10 form memo before displaying it #3988
Annotations
2 errors and 1 notice
tests/specs/send/send-stx.spec.ts#L35
1) [chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee
Error: expect(received).toBeTruthy()
Received: ""
33 | await sPage.sendMaxButton.click();
34 | await sPage.amountInput.blur();
> 35 | test.expect(await sPage.amountInput.inputValue()).toBeTruthy();
| ^
36 | await sPage.goBackSelectStx();
37 | });
38 |
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:35:57
|
tests/specs/send/send-stx.spec.ts#L35
1) [chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: ""
33 | await sPage.sendMaxButton.click();
34 | await sPage.amountInput.blur();
> 35 | test.expect(await sPage.amountInput.inputValue()).toBeTruthy();
| ^
36 | await sPage.goBackSelectStx();
37 | });
38 |
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:35:57
|
|
The logs for this run have expired and are no longer available.
Loading