test(e2e): repair investigation textarea selectors
This commit is contained in:
@@ -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?"
|
||||
/>
|
||||
|
||||
@@ -435,6 +435,7 @@ export default function ScenarioForm() {
|
||||
onChange={(e) => setScenario(e.target.value)}
|
||||
placeholder="What have you noticed?"
|
||||
rows={4}
|
||||
data-testid="scenario-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 mb-3"
|
||||
/>
|
||||
<div className="flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user