Merge pull request #467 from Oxygen-Low/dependabot/npm_and_yarn/lucid… #1146
Annotations
2 errors and 1 warning
|
build
Process completed with exit code 1.
|
|
client/components/apps/Chatbot.test.tsx > ChatbotApp > creates a new chat and sends a message:
client/components/apps/Chatbot.test.tsx#L190
TestingLibraryElementError: Unable to find an element with the placeholder text of: Ask anything...
Ignored nodes: comments, script, style
<body>
<div>
<div
class="flex h-[700px] gap-0 bg-slate-950/30 rounded-2xl border border-slate-800 overflow-hidden text-slate-200"
>
<div
class="w-64 flex flex-col gap-4 border-r border-slate-800 p-6"
>
<button
class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full bg-cyan-600"
>
<svg
aria-hidden="true"
class="lucide lucide-plus w-4 h-4 mr-2"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5 12h14"
/>
<path
d="M12 5v14"
/>
</svg>
New Chat
</button>
<div
class="relative overflow-hidden flex-1"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px;"
>
<div
class="h-full w-full rounded-[inherit]"
data-radix-scroll-area-viewport=""
style="overflow-x: hidden; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<div
class="space-y-2"
>
<div
class="group flex items-center justify-between p-3 rounded-lg cursor-pointer focus:outline-none focus:ring-2 focus:ring-cyan-500/50 text-slate-400"
role="button"
tabindex="0"
>
<span
class="truncate text-sm"
>
Existing Chat
</span>
<button
aria-label="Delete chat Existing Chat"
class="opacity-0 group-hover:opacity-100 hover:text-red-400 p-1 rounded focus-visible:opacity-100 focus-visible:ring-2 focus-visible:ring-cyan-500/50 focus-visible:outline-none"
title="Delete chat Existing Chat"
>
<svg
aria-hidden="true"
class="lucide lucide-trash2 lucide-trash-2 w-3 h-3"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10 11v6"
/>
<path
d="M14 11v6"
/>
<path
d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"
/>
<path
d="M3 6h18"
/>
<path
d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"
/>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
<div
class="pt-4 border-t border-slate-800 space-y-4 overflow-y-auto"
>
<div>
<label
class="text-[1
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|