fix(SW-360): Added test ids to form fields

This commit is contained in:
Tobias Johansson
2024-09-12 16:05:22 +02:00
committed by Chuma McPhoy
parent e086857072
commit c22fa9fa8c
4 changed files with 13 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ export default function Checkbox({
className={styles.container}
isSelected={field.value}
onChange={field.onChange}
data-testid={name}
>
{({ isSelected }) => (
<>