Skip to content

feat: Native Send Component #7846

feat: Native Send Component

feat: Native Send Component #7846

Triggered via pull request January 31, 2025 00:48
Status Failure
Total duration 3m 24s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors
src/wallet/components/WalletAdvancedContent.test.tsx > WalletAdvancedContent > renders WalletAdvancedContent with correct animations when isSubComponentClosing is false and showSubComponentAbove is false: src/wallet/components/WalletAdvancedContent.test.tsx#L96
Error: expect(received).toHaveClass() received value must be an HTMLElement or an SVGElement. ❯ src/wallet/components/WalletAdvancedContent.test.tsx:96:7
src/wallet/components/WalletAdvancedContent.test.tsx > WalletAdvancedContent > renders WalletAdvancedContent with correct animations when isSubComponentClosing is false and showSubComponentAbove is true: src/wallet/components/WalletAdvancedContent.test.tsx#L130
Error: expect(received).toHaveClass() received value must be an HTMLElement or an SVGElement. ❯ src/wallet/components/WalletAdvancedContent.test.tsx:130:7
src/wallet/components/WalletAdvancedContent.test.tsx > WalletAdvancedContent > closes WalletAdvancedContent with correct animations when isSubComponentClosing is true and showSubComponentAbove is false: src/wallet/components/WalletAdvancedContent.test.tsx#L163
Error: expect(received).toHaveClass() received value must be an HTMLElement or an SVGElement. ❯ src/wallet/components/WalletAdvancedContent.test.tsx:163:7
src/wallet/components/WalletAdvancedContent.test.tsx > WalletAdvancedContent > closes WalletAdvancedContent with correct animations when isSubComponentClosing is true and showSubComponentAbove is true: src/wallet/components/WalletAdvancedContent.test.tsx#L196
Error: expect(received).toHaveClass() received value must be an HTMLElement or an SVGElement. ❯ src/wallet/components/WalletAdvancedContent.test.tsx:196:7
src/wallet/components/WalletAdvancedContent.test.tsx > WalletAdvancedContent > renders WalletAdvancedQrReceive when showQr is true: src/wallet/components/WalletAdvancedContent.test.tsx#L243
Error: expect(received).toHaveClass() received value must be an HTMLElement or an SVGElement. ❯ src/wallet/components/WalletAdvancedContent.test.tsx:243:7
src/wallet/components/WalletAdvancedContent.test.tsx > WalletAdvancedContent > renders WalletAdvancedSwap when showSwap is true: src/wallet/components/WalletAdvancedContent.test.tsx#L264
Error: expect(received).toHaveClass() received value must be an HTMLElement or an SVGElement. ❯ src/wallet/components/WalletAdvancedContent.test.tsx:264:7
src/wallet/components/WalletAdvancedProvider.test.tsx > useWalletAdvancedContext > should provide wallet advanced context when used within provider: src/wallet/components/WalletAdvancedProvider.test.tsx#L58
AssertionError: expected { showSwap: false, …(17) } to deeply equal { showSwap: false, …(13) } - Expected + Received Object { "animations": Object { "container": Any<String>, "content": Any<String>, }, "isFetchingPortfolioData": false, "isQrClosing": false, + "isSendClosing": false, "isSwapClosing": false, "portfolioDataUpdatedAt": Any<Date>, "portfolioFiatValue": Any<Number>, "refetchPortfolioData": Any<Function>, "setIsQrClosing": Any<Function>, + "setIsSendClosing": [Function bound dispatchSetState], "setIsSwapClosing": Any<Function>, "setShowQr": Any<Function>, + "setShowSend": [Function bound dispatchSetState], "setShowSwap": Any<Function>, "showQr": false, + "showSend": false, "showSwap": false, "tokenBalances": Any<Array>, } ❯ src/wallet/components/WalletAdvancedProvider.test.tsx:58:28
src/wallet/components/WalletAdvancedTokenHoldings.test.tsx > WalletAdvancedTokenHoldings > renders the WalletAdvancedTokenHoldings component with tokens when user has tokens and fetcher is not loading: src/wallet/components/WalletAdvancedTokenHoldings.tsx#L50
TypeError: Cannot convert undefined to a BigInt ❯ src/wallet/components/WalletAdvancedTokenHoldings.tsx:50:15 ❯ WalletAdvancedTokenHoldings src/wallet/components/WalletAdvancedTokenHoldings.tsx:37:22 ❯ renderWithHooks node_modules/react-dom/cjs/react-dom.development.js:15486:18 ❯ mountIndeterminateComponent node_modules/react-dom/cjs/react-dom.development.js:20103:13 ❯ beginWork node_modules/react-dom/cjs/react-dom.development.js:21626:16 ❯ beginWork$1 node_modules/react-dom/cjs/react-dom.development.js:27465:14 ❯ performUnitOfWork node_modules/react-dom/cjs/react-dom.development.js:26599:12 ❯ workLoopSync node_modules/react-dom/cjs/react-dom.development.js:26505:5
build (18.x)
Process completed with exit code 1.