Skip to content

Commit 24c306d

Browse files
authored
Merge pull request #41 from input-output-hk/feat/add-uncontrolled-pw-container-data-testid
feat: add data-testid for uncontrolled password box container
2 parents 8ad3e2e + e1c0ce0 commit 24c306d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-system/password-box/uncontrolled-password-box-input.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const UncontrolledPasswordInput = ({
5353
onChange({ input: event.target, value: event.target.value });
5454

5555
return (
56-
<div className={cx.root}>
56+
<div className={cx.root} data-testid={testId && `${testId}-container`}>
5757
<Form.Field
5858
name="field"
5959
className={cn(cx.container, {

0 commit comments

Comments
 (0)