Skip to content

feat: WalletDropdownFundLink #3311

feat: WalletDropdownFundLink

feat: WalletDropdownFundLink #3311

Triggered via pull request August 9, 2024 21:18
Status Failure
Total duration 2m 46s
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/") // 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.