Attach image e2e tests (#301)
This commit is contained in:
@@ -79,7 +79,7 @@ export function HomeChatInput({
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="p-4">
|
||||
<div className="p-4" data-testid="home-chat-input-container">
|
||||
<div
|
||||
className={`relative flex flex-col space-y-2 border border-border rounded-lg bg-(--background-lighter) shadow-sm ${
|
||||
isDraggingOver ? "ring-2 ring-blue-500 border-blue-500" : ""
|
||||
|
||||
Reference in New Issue
Block a user