Attach image e2e tests (#301)

This commit is contained in:
Will Chen
2025-06-01 00:44:19 -07:00
committed by GitHub
parent 440482356b
commit c0adf8d3f2
10 changed files with 137 additions and 25 deletions

View File

@@ -253,7 +253,7 @@ export function ChatInput({ chatId }: { chatId?: number }) {
Error loading proposal: {proposalError}
</div>
)}
<div className="p-4">
<div className="p-4" data-testid="chat-input-container">
<div
className={`relative flex flex-col border border-border rounded-lg bg-(--background-lighter) shadow-sm ${
isDraggingOver ? "ring-2 ring-blue-500 border-blue-500" : ""

View File

@@ -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" : ""