fix: denom info modal #41
Annotations
2 errors
TestingLibraryElementError: Unable to find an element with the text: NAME. This could be because the text is broken up by multiple elements. In this case:
node_modules/@testing-library/dom/dist/wait-for.js#L163
Ignored nodes: comments, script, style
<body>
<div>
<div
class="w-full mx-auto rounded-[24px] h-full flex flex-col"
>
<div
class="flex flex-col md:flex-row items-start md:items-center justify-between gap-4 md:gap-0 mb-4"
>
<h3
class="text-lg md:text-xl font-semibold text-[#161616] dark:text-white"
>
Your Assets
</h3>
<div
class="w-full md:w-auto"
>
<input
class="input input-md w-full md:w-64 pr-8 bg-[#0000000A] dark:bg-[#FFFFFF0F]"
placeholder="Search for a token..."
style="border-radius: 12px;"
type="text"
value=""
/>
</div>
</div>
<div
class="flex-1 overflow-hidden"
>
<div
class="h-full overflow-y-auto pb-6"
>
<div
class="space-y-2 overflow-y-auto"
>
<div
aria-label="utoken1"
class="flex flex-row justify-between gap-4 items-center p-4 bg-[#FFFFFFCC] dark:bg-[#FFFFFF0F] rounded-[16px] cursor-pointer hover:bg-[#FFFFFF66] dark:hover:bg-[#FFFFFF1A] transition-colors"
>
<div
class="flex flex-row gap-4 items-center justify-start"
>
<div
class="w-10 h-10 rounded-full overflow-hidden bg-[#0000000A] dark:bg-[#FFFFFF0F] flex items-center justify-center"
>
<div
aria-label="denom image skeleton"
class="skeleton w-8 h-8 rounded-full animate-pulse bg-gray-300"
/>
</div>
<div>
<p
class="font-semibold text-[#161616] dark:text-white"
>
Token 1
</p>
<p
class="text-sm text-[#00000099] dark:text-[#FFFFFF99]"
>
utoken1
</p>
</div>
</div>
<div
class="text-center"
>
<p
class="font-semibold text-[#161616] dark:text-white"
>
0.001
TOKEN 1
</p>
</div>
<div>
<button
class="p-2 rounded-md bg-[#0000000A] dark:bg-[#FFFFFF0F] hover:bg-[#FFFFFF66] dark:hover:bg-[#FFFFFF33] transition-colors"
>
<svg
class="w-4 h-4 text-primary"
fill="none"
height="24"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="fill-current"
d="M8.96133 5.60605C8.32969 5.60605 7.87852 6.08184 7.87852 6.64785C7.87852 7.20566 8.3543 7.64863 8.94492 7.64863H11.9555L15.0234 7.54199L13.5633 8.83809L6.04101 16.3686C5.81953 16.59 5.69648 16.8689 5.69648 17.1396C5.69648 17.6893 6.20508 18.2061 6.77109 18.2061C7.0418 18.2061 7.3125 18.0912 7.53398 17.8615L15.0645 10.3393L16.3687 8.8791L16.2457 11.8322V14.9576C16.2457 15.5482 16.6887 16.0322 17.2629 16.0322C17.8289 16.0322 18.3047 15.5564 18.3047 14.9412L18.2965 6.71348C18.2965 6.05723 17.8617 5.60605 17.1891 5.60605H8.96133Z"
fill="currentColor"
/>
</svg>
</button>
</div>
</div>
<div
aria-label="utoken2"
class="flex flex-row justify-between gap-4 items-center p-4 bg-[#FFFFFFCC] dark:bg-[#FFFFFF0F] rounded-[16px] cursor-pointer hover:bg-[#FFFFFF66] dark:hover:bg-[#FFFFFF1A] transition-colors"
>
<div
class="flex flex-row gap-4 items-center justify-start"
>
<div
class="w-10 h-10 rounded-full
|
build
Process completed with exit code 1.
|