diff --git a/extensions/cornerstone-dicom-seg/src/components/LogicalContourOperationsOptions.tsx b/extensions/cornerstone-dicom-seg/src/components/LogicalContourOperationsOptions.tsx index e0abd2ede..6183dd2d6 100644 --- a/extensions/cornerstone-dicom-seg/src/components/LogicalContourOperationsOptions.tsx +++ b/extensions/cornerstone-dicom-seg/src/components/LogicalContourOperationsOptions.tsx @@ -70,7 +70,10 @@ function SegmentSelector({ onValueChange={onValueChange} value={value} > - + @@ -180,6 +183,7 @@ function LogicalContourOperationOptions() { value={value} key={`logical-contour-operation-${value}`} onClick={() => setOperation(option)} + data-cy={`logical-contour-operation-${value}`} > @@ -207,6 +211,7 @@ function LogicalContourOperationOptions() { />