Skip to content

feat: WalletDropdownFundLink #3316

feat: WalletDropdownFundLink

feat: WalletDropdownFundLink #3316

Triggered via pull request August 9, 2024 21:35
Status Failure
Total duration 2m 47s
Artifacts

test.yml

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

Annotations

4 errors
src/wallet/components/WalletDropdownFundLink.test.tsx > WalletDropdownFundLink > renders correctly with default props: src/wallet/components/WalletDropdownFundLink.test.tsx#L14
Error: expect(element).toHaveAttribute("href", "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7") // element.getAttribute("href") === "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7" Expected the element to have attribute: href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7" Received: href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/&onchainkit=0.28.7" ❯ src/wallet/components/WalletDropdownFundLink.test.tsx:14:25
src/wallet/components/WalletDropdownFundLink.test.tsx > WalletDropdownFundLink > renders correctly with custom icon element: src/wallet/components/WalletDropdownFundLink.test.tsx#L24
Error: expect(element).toHaveAttribute("href", "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7") // element.getAttribute("href") === "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7" Expected the element to have attribute: href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7" Received: href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/&onchainkit=0.28.7" ❯ src/wallet/components/WalletDropdownFundLink.test.tsx:24:25
src/wallet/components/WalletDropdownFundLink.test.tsx > WalletDropdownFundLink > renders correctly with custom text: src/wallet/components/WalletDropdownFundLink.test.tsx#L34
Error: expect(element).toHaveAttribute("href", "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7") // element.getAttribute("href") === "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7" Expected the element to have attribute: href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/onchainkit=0.28.7" Received: href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/&onchainkit=0.28.7" ❯ src/wallet/components/WalletDropdownFundLink.test.tsx:34:25
build (18.x)
Process completed with exit code 1.