Skip to content

feat: Native Send Component #7788

feat: Native Send Component

feat: Native Send Component #7788

Triggered via pull request January 29, 2025 06:48
Status Failure
Total duration 3m 25s
Artifacts

test.yml

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

Annotations

8 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
build (18.x)
Process completed with exit code 1.