test(e2e): repair investigation textarea selectors

This commit is contained in:
2026-08-15 13:55:59 +01:00
parent a599922d9f
commit 2561b5d720
5 changed files with 38 additions and 36 deletions
+1
View File
@@ -680,6 +680,7 @@ export default function ReasoningWorkspace({
onChange={(e) => setAnswer(e.target.value)}
rows={4}
disabled={updateStatus === "loading"}
data-testid="response-textarea"
className="w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-gray-500 focus:outline-none focus:ring-2 focus:ring-gray-400 disabled:cursor-not-allowed disabled:opacity-60"
placeholder="What do you know about this?"
/>