fix(SW-360): Added test for edit profile form

This commit is contained in:
Tobias Johansson
2024-09-16 13:27:35 +02:00
committed by Pontus Dreij
parent 3872664d1d
commit 367cab27ab
9 changed files with 131 additions and 4 deletions

View File

@@ -25,11 +25,13 @@ export default function Select({
disabled={field.disabled}
items={items}
label={label}
aria-label={label}
name={field.name}
onBlur={field.onBlur}
onSelect={field.onChange}
placeholder={placeholder}
value={field.value}
data-testid={name}
/>
)
}