feat: WalletDropdownFundLink
#3311
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/") // element.getAttribute("href") === "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/"
Expected the element to have attribute:
href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/"
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/") // element.getAttribute("href") === "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/"
Expected the element to have attribute:
href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/"
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/") // element.getAttribute("href") === "http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/"
Expected the element to have attribute:
href="http://keys.coinbase.com/funding?dappName=&dappUrl=http://localhost:3000/"
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.
|