17256: Added browser tests
[arvados-workbench2.git] / src / views / run-process-panel / run-process-second-step.tsx
index a2ed9a21f1474464b9e867423f2afe91e5bfbeca..af0f94e9d89851856c39fc29dfdd322288380a51 100644 (file)
@@ -56,7 +56,7 @@ const mapStateToProps = createStructuredSelector({
 export type RunProcessSecondStepFormProps = RunProcessSecondStepFormDataProps & RunProcessSecondStepFormActionProps;
 export const RunProcessSecondStepForm = connect(mapStateToProps, { onPresetChange: selectPreset })(
     ({ inputs, workflow, selectedPreset, presets, onPresetChange, valid, goBack, runProcess }: RunProcessSecondStepFormProps) =>
-        <Grid container spacing={16}>
+        <Grid container spacing={16} data-cy="new-process-panel">
             <Grid item xs={12}>
                 <Grid container spacing={32}>
                     <Grid item xs={12} md={6}>