diff --git a/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx b/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx index 5e4c1bae..51e0f22c 100644 --- a/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx +++ b/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx @@ -81,14 +81,20 @@ const Review = ({ snapshottingEnabled }: { snapshottingEnabled: boolean }) => { type RevisitStepButtonProps = { ariaLabel: string; + testId: string; stepId: string; }; - const RevisitStepButton = ({ ariaLabel, stepId }: RevisitStepButtonProps) => { + const RevisitStepButton = ({ + ariaLabel, + testId, + stepId, + }: RevisitStepButtonProps) => { return (