diff --git a/frontend/src/BDDScenariosSection.tsx b/frontend/src/BDDScenariosSection.tsx
index dff6917..fef3e1d 100644
--- a/frontend/src/BDDScenariosSection.tsx
+++ b/frontend/src/BDDScenariosSection.tsx
@@ -136,12 +136,18 @@ function ScenarioCard({
className="rounded-xl border border-border/25 bg-card/50 overflow-hidden"
>
{/* Header row */}
-
+
setExpanded((x) => !x)}
+ >
{/* Expand/collapse button */}