fix: styles for inscription options #7346
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/send/send-stx.spec.ts#L105
1) [chromium] › specs/send/send-stx.spec.ts:79:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Error: expect(received).toEqual(expected) // deep equality
Expected: "STX"
Received: "0.0004 STX"
103 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
104 | .innerText();
> 105 | test.expect(confirmationFees).toEqual(fees);
| ^
106 |
107 | const confirmationMemo2 = await sendPage.memoRow
108 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:105:35
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/send/send-stx.spec.ts:79:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
16 passed (2.9m)
|
Loading