fix(SW-360): Added test ids to form fields
This commit is contained in:
committed by
Chuma McPhoy
parent
e086857072
commit
c22fa9fa8c
@@ -26,6 +26,7 @@ export default function Checkbox({
|
||||
className={styles.container}
|
||||
isSelected={field.value}
|
||||
onChange={field.onChange}
|
||||
data-testid={name}
|
||||
>
|
||||
{({ isSelected }) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user