fix: add border to onboarding form #5089
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/send/send-stx.spec.ts#L80
1) [chromium] › specs/send/send-stx.spec.ts:54: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.396001 STX"
78 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
79 | .innerText();
> 80 | test.expect(confirmationFees).toEqual(fees);
| ^
81 |
82 | const confirmationMemo2 = await sendPage.memoRow
83 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:80:35
|
Run Playwright tests:
tests/specs/send/send-stx.spec.ts#L19
2) [chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive
Test timeout of 30000ms exceeded while running "beforeEach" hook.
17 |
18 | test.describe('send stx: tests on testnet', () => {
> 19 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
20 | await globalPage.setupAndUseApiCalls(extensionId);
21 | await onboardingPage.signInWithTestAccount(extensionId);
22 | await homePage.selectTestNet();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:8
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
2 flaky
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
[chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive
6 passed (2.8m)
|
Loading