Skip to content

Commit

Permalink
add data-testid to connection form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed Nov 19, 2024
1 parent 49a9e6c commit 0fc2647
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const ConnectionTypeFormFields: React.FC<Props> = ({
onChange={onChange ? (v) => onChange(field, v) : undefined}
value={connectionValues?.[field.envVar]}
onValidate={onValidate ? (e) => onValidate(field, e) : undefined}
data-testid={field.envVar}
/>
)}
</DataFormFieldGroup>
Expand Down

0 comments on commit 0fc2647

Please sign in to comment.